Hi All,
I have a question about eval - I’m pretty sure that I can’t use it the way I would use Java’s eval so my question is really… is there something out there that works like the Java eval or do I need to write it myself?
I need to write something that will parse a string and then evaluate the expression that results like “x += 10” where x is a variable name and then the action to be taken against x.
Any help would be greatly appreciated.
Thanks in advance,
Liz