Zindorf Yossarian
Master of Disaster
Join date: 9 Mar 2004
Posts: 160
|
05-12-2005 16:11
with this code: list math = llParseString2List(input, [" ","="], ["(", ")", "+", "-", "*", "/", "^", "sqrt", "asin", "acos", "atan", "sin", "cos", "tan", "n"]); llOwnerSay(llDumpList2String(math, ",")); Any of the spacers listed behind "sqrt" do not work properly. If they are entered adjacent to another character, as in "sin6", the sin does not get spaced when it is parsed. When I put a space between them, it works, because I have a " " seperator. Any of the spacers before sqrt works whether it is adjacent to something else or not. Or if I move "sin" or any other spacer in front of "sqrt", it works just fine. Why is this?
_____________________
Badass Ninja Penguin: Killing stuff it doesn't like since sometime in May 2004.
|
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
|
05-12-2005 21:42
Sorry about the delay - saw this earlier and forgot to answer it. See this thread.
_____________________
---
|
Zindorf Yossarian
Master of Disaster
Join date: 9 Mar 2004
Posts: 160
|
05-13-2005 07:27
An 8 spacer limitation eh? Such trials and tribulations.
_____________________
Badass Ninja Penguin: Killing stuff it doesn't like since sometime in May 2004.
|