MindXFlayer
Programmer
I am looking for a class/API call that can take:
6 > 5 OR 7 > 5 AND (A = B)
and return either True or False.
I have found plenty of math expression evaluators and tried the EbExecuteLine (but it requires vba6.dll which is not always registered on a system) but have yet to find what I need.
Any pointers would be appreciated!!
6 > 5 OR 7 > 5 AND (A = B)
and return either True or False.
I have found plenty of math expression evaluators and tried the EbExecuteLine (but it requires vba6.dll which is not always registered on a system) but have yet to find what I need.
Any pointers would be appreciated!!