This:

   put token 1 of "s800"

...returns "s800", but this:

   put token 1 of "800s"

...returns "800".

bug?

Hi Richard,
Variables or commands/function names have to start with a letter, though they can contain numbers. Numbers can't contain letters (except for the hex variety). Parsing the string "s800" gives a valid variable/command/function name. Parsing "800s" gives a valid number, with an "s" left over.
Does that sound like a reasonable explanation for the behaviour?

--
Phil Jimmieson  [EMAIL PROTECTED]  (UK) 0151 795 4236  (Mobile) 07976 983164
Computer Science Dept., Liverpool University, Ashton Building, Ashton Street
Liverpool L69 3BX              http://www.csc.liv.ac.uk/~phil/
  I used to sit on a special medical board... ...but now I use this ointment.
_______________________________________________
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