Parsing arithematic strings.

Z

zherman

Hi all,

How can I parse arithematic strings and process the that contain with my MS
Access database. Eg if a string contains "1+2*(2+4)" would equate to 13.

Thanks for answering.
 
A

Allen Browne

zherman said:
How can I parse arithematic strings and process the that contain with my
MS
Access database. Eg if a string contains "1+2*(2+4)" would equate to 13.

Try adding Eval() around the expression.
 
Top