Quote:
Originally Posted by mrnothersan
Thank you.
Last thing, how do I add multiple lines of text?
Thanks
|
Use <br> to separate multiple lines inside a GuiMLTextCtrl.
PHP Code:
text = "line one<br>line two<br>line three";
\n might also work, I don't recall.