Hi,

How I can know the position of char of the determined token of the string?

Example:

put "a*sin(x+b)" into temp
put token 5 of temp   -- that return "x"
put char 7 of temp  -- that return "x"
...
now, well
...
put token 3 of temp  -- that return "sin"
put char 3 to 5 of temp  -- that return "sin"

then, i need any function that return the follow values:

token 5 of temp --->  char 7 of temp 
token 3 of temp --->  char 3 to 5 of temp

Best regards,

Gilberto Cuba
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to