Parsing arithematic strings.

  • Thread starter Thread starter zherman
  • Start date Start date
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Is CDec() neccesary ? 2
Parse string 3
Help parsing a delimited string 1
parse string to multi records 2
append data or insert into or something else? 1
combine PARSED STRINGS 6
Parsing Question 7
List<String> 15

Back
Top