I have some variables i would like to put in a textbox, for example when the user types in something to another textbox it stores a variable and when you click a button the text displays something like this...

text1.text "This is a variable " & myvar

I want to be able to put a newline tag or something in there like this...

text1.text "This is my" & newline & "variable " & myvar

something to that nature.. if anyone could help i would really appreciate it.. someone else told me that it can be done with the CHR() tag??? PLZ HELP

------------------
- azpc