Hi,
Say I have a String that equals "9+9". Is there anyway that I can make the computer do that calculation and store the answer into a double or integer value What I mean is, is there some method that would take a String, read it, and do the calculation that the String value contains
Thanks!

String to int
kolbis
There is no ready method that would parse string "9+9" to an equasion. you must write it yourself. I'm writing a parser that wuould do all the job but in C++. If you still haven't solve the problem (which is at this time is less possible) contact me, or reply here.
mrbenz