View Single Post
  #29  
Old 04-02-2011, 08:50 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by mrnothersan View Post
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.
__________________
Reply With Quote