vbjan
Programmer
- Feb 22, 2008
- 2
Hi!
Having a variable expressing for example the following string: "4+6*2"
How can i get the mathematic result from that string?
Tips:
Because the string is containing two no-numeric characters, it is not possible just to convert the string to an integer.
Having a variable expressing for example the following string: "4+6*2"
How can i get the mathematic result from that string?
Tips:
Because the string is containing two no-numeric characters, it is not possible just to convert the string to an integer.