View Single Post
  #18  
Old 03-04-2011, 06:55 AM
0PiX0 0PiX0 is offline
Coder
0PiX0's Avatar
Join Date: Jan 2011
Posts: 130
0PiX0 is a jewel in the rough0PiX0 is a jewel in the rough
Quote:
Originally Posted by devilsknite1 View Post
Tried this already and got this as an outcome:
JUST,WORK,ALREADY

instead of what I want, which should be
JUST
WORK
ALREADY
The array of lines can be displayed back on the gui multiline text control like so:
PHP Code:
temp.lines = {"JUST","WORK","ALREADY"};
MyGuiMultiLineTextControl.setlines(temp.lines); 
__________________
Reply With Quote