Hi All!

If I put into code something like:

MsgBox(3 + 6 * 9)

I get a messagebox with an answer, 57.

How can I get the text out of a textbox or some other control and put it into a messagebox to do the same thing?

Thanks.