[flexcoders] Runtime Expression Evaluation

2007-03-11 Thread thirtyfivemph
I'd like to add the ability for a user to enter an expression, e.g. 3+4*x+y*(z/3+4) and be able to evaluate it. I've found plenty of examples in JavaScript, Java, C, C++, and about every other language out there... now, before I go start porting JEval (or similar) to ActionScript, is there

Re: [flexcoders] Runtime Expression Evaluation

2007-03-11 Thread Ralf Bokelberg
A really old one in ActionScript 1 can be found at http://www.bokelberg.de/actionscript/experiments/eval.html Cheers Ralf On 11 Mar 2007 12:23:17 -0700, thirtyfivemph [EMAIL PROTECTED] wrote: I'd like to add the ability for a user to enter an expression, e.g. 3+4*x+y*(z/3+4) and be able to