WoundEdGoat
Programmer
I feel like an idiot asking question that probably has a painfully simple answer but oh well...
Anyways, how can I get a text box to append more text to a new line? I've tried adding chr(13) and chr(10) directly to the text, but it just prints out the "|" character.
EG - I started with this:
Hello.
And I want to be able to say:
Hello.
How are you?
Without typing it in manually.
Anyways, how can I get a text box to append more text to a new line? I've tried adding chr(13) and chr(10) directly to the text, but it just prints out the "|" character.
EG - I started with this:
Hello.
And I want to be able to say:
Hello.
How are you?
Without typing it in manually.