i would like to make a program that graphs an equation written by the user in terms of X. if they enter the equation into a textbox and it stores it as a string, i cant figure out how to get it to solve the string instead of just viewing it as characters. for instance, if they just type in "2*X" and i try val(string) it gives me a value of 2. is there any command that would help with this so i wouldnt have to type in a ton of code just for the equation?
thanks
thanks