How to do a line break on a string?

Dear all,

I’m having some trouble breaking a line in BrightScript. How do you do it?
In other systems, we usually use a \n for new line or \r\n (for carriage return + new line) but when I pass the \n, I can see it in the display (instead of actually getting a new line).
I’ve searched the forum and the SDK docs for “new line”, “line break”, etc, but I cannot find any information on how to do it…

Any thoughts?

Thanks,
Luis

viewtopic.php?f=34&t=46943

Thank you so much!