View Single Post
  #2  
Old 03-04-2011, 03:50 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
Try the NL concat operator to create a new line:
PHP Code:
function onActionClientSide(paramlines) {
  switch (
param) {
    case 
"displayTextTypeFile":
      for (
temp.0temp.lines.size(); temp.i++) {
        
temp.ne @= "" NL lines[temp.i];
      }
      
onEditTextTypeFile(temp.ne);
    break;
  }

__________________
Reply With Quote