How to evaluate an expression

  • Thread starter Thread starter EDom
  • Start date Start date
E

EDom

Hi,
I have expressions in a string like "100/24*5" and so on. How can I evaluate
this expression to get the result.

Regards,
Vineet
 
You could parse string then convert to numeric format for evaluation.

Charlie
 

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

Which order is evaluation done 3
RegExp Again! 8
Help With Regular Expression 2
puzzle over <%# %> evaluation 2
xpath 1
How to share code for development 1
Evaluate function 1
How to Convert MBOX to PST Online? 3

Back
Top