Hi,
Is it possible to evaluate a string to get a logical output?
For Eg.
var string1 = "true && false || true"
Is there any method that i can use to evaluate this string and get an logical output? The scenario is that I'm generating the string dynamically with values picked from a database, and combine all those values into teh string.
Thanks in Advance,
Mat14