Organizing a String

Hi,
I want to know if there’s a way to organize the string on a GUI into paragraphs or something. Right now it just comes out in a straight line, but I want to organize it into sections to make the GUI look better. Is there a way to do that?

A \n character combo will take the text to the next line. In most cases.

(ie)

If i type in this \n
My text will go to the next line \n
This may work.

Also, “\t” is equivalent to pressing Tab on a text editor :wink:

Cheers