Hi all!

I need to know how to convert a string that contains operators, such as textbox.text = "3+3+3" to a value that can peform this calculation without any parsing or such.

I know I can type this value into the code window and it would perform this calculation.

Thanks.