Arrays, variables?

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…

:slight_smile:

set a _root variable to your output and then have your output on a different frame equal this output variable?

Prophet.

thanx man :slight_smile: