I am printing an array that can have up to 50 words. (not so much)

I want the pic box to display the entire array.

This program also lists the items alphabetically.

How do I go from:

picDisplay.print state(n)& " "

to printing the items so that they will not run out of the picbox?