Hello
I am trying to make a calculator (how original) but I am also trying to make it like a console.
I have a textbox in which you enter a command and a list in which the lines appear.

My question is how can I translate the plain text which the user enters i.e 3*(2+4) to a maths command so that VB can display the answer?

Thanks