Description of Display all of the contents of a single-dimension array :
This web based ASP article provides useful instructions on how to display all array items on web pages through ASP. It is first suggested to implement the FOR NEXT loop to retrieve each item one by one starting from lower index upto upper index. And provides another way using VBscript to list the items which follows a delimiter in arrays.