lets say the user enters this into a textbox:


Code:
chr(43)
now how do I get a message box come up with that character?

I tried MsgBox text1.text

please dont make it so that it takes that letter, and translates it into a letter, then sends the letter to the msgbox

I would like it so that it send chr(43) to the message box.

thanks in advance