Quote:
Originally Posted by devilsknite1
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);