A simple means for printing an array with all elements on a separate line is to use:
join({MyArray}, char(13))
You've left a good deal to the imagination with your posting, such as what arrayone is, and does it somehow relate to these other arrays.
Hope this help to get yout there.
The alternative is to use a loop to display them.
-k