An array has multiple element so you can display them one by one.
Lets say your array holds the numbers 1 to 10. Displaying them on the screen could look like this.

 Code:
For $i = 0 to UBound($array)
	? $array[$i]
Next
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.