Hello everybody,
I am a beginner in the world of VB - although i do have a medium knowledge of Python, HTML/CSS.
I am working on my first basic program.
a simple calculator.
Buttons representing numbers 0-9
Buttons with + - x / =
and a clear button.

So what ive done is created a string, and when the user hits the button, it adds that value to the string (hit buton 4, it adds a 4, hit the minus, it adds a -)
i need a "function" that grabs that string, uses logical math on it, to determine the answer. I know in Python you can use:
Eval(STRING NAME)
is there an equivelant for VB?

any help, will be greatly appreciated!!
Gobble45