How can i append some strings on an textbox?
More than than how can i do that by starting at the next line? Is there a carriage return character that i can append as well? Is that the char(13)?
example
if my text box has contents
"hallo"
i want to code it so it says
"hallo
world"

Any ideas?
Thnx