View Single Post
  #1  
Old 05-18-2006, 04:39 AM
Prozac Prozac is offline
one of the good guys
Prozac's Avatar
Join Date: Jan 2006
Posts: 245
Prozac is on a distinguished road
Send a message via AIM to Prozac
GuiTextMLCtrl.text new line?

in the GuiTextMLCtrl
the .text attribute

neither the <br> tag nor NL such as

textbox.text = "foo" NL "bar";

work to create a new line in the text box ....

so, how do I insert a line break in a gui text box?
Reply With Quote