I thought that I would just add as it is in a similar vain... instead of using string objects or whatever to store and use a new line/return character you can use the built in newline$ constant.

For example, set edit box text to:

"LINE 1" + newline$ + "LINE 2" + newline$ + newline$ + "LINE 4"

This would achieve:

Code:
[:"blue"]LINE 1
LINE 2

LINE 3[/]
Took me a while to find so I thought I'd just post in case anyone else out there didn't know of this <img src="/center/images/graemlins/smile.gif" alt="" />