VS 2008.
Hey guys. I was trying to figure out how to convert a string (that the user would input to the program via a textbox) into actual code for the program to compile. For example, if the user was to enter: (5*100)+(20-3). How could you take that inputted string, and have the program solve it and return the value? If someone could also explain the code too, because I'd like to tinker with it to use it for things such as inserting other forms of code as well. Thanks for the help!