You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Beginner's Guide to Effective use of Arrays in ASP ASP / General Development
An array is basically a data structure, which holds a fixed number of variables. Instead of declaring ten string variables to hold ten different elements, you could declare one array and put all the ten elements into the array.