Visual Basic Array Notes
Find Array Size:
Use the LBound and UBound functions on an array to determine the number of elements in the array.
You can resize an array with ReDim. Also, two dimensional array example.
http://www.intranetjournal.com/corner/wrox/progref/vbt/ch21_18.shtml
tags: vbscript, array, dim, redim, twodim, asp
>>
Leonard Chan's Homepage
>>
Scribble Web
>> Visual Basic Array Notes