I have a FlistBox which brings in a array from a txt file. I can output variables from the list on the same frame. IE
_root.company1 = catBox.getSelectedItem().data["company"];
But I want to output the whole array into another textbox on a different frame.
Any sugestions… please I am really battling with this…Any help much appreciated…