[flexcoders] Re: Evaluating a Boolean String Expression

2012-01-26 Thread BillF
The simple workaround is to pass a remote object into my class and call a (very) simple web service to evaluate the expression. In this case, I wrote a simple coldfusion web service that returns the result of Evaluate(booleanExpressionString). Seems like a dreadfully simple thing that is missi

[flexcoders] Re: Evaluating a Boolean String Expression

2012-01-26 Thread valdhor
http://stackoverflow.com/questions/1312986/how-to-make-a-logical-boolean-parser-for-text-input --- In flexcoders@yahoogroups.com, "BillF" wrote: > > So, I have a string expression that I need to evaluate as a boolean result. > Any ideas on how to do that? The expression can be in any valid boo