1
August 17, 2008 2:02 AM
Posted by: Jerry Lees
arrays, dimensional arrays, redim, VBScript Statements
VBScript Statements: Explanation of the ReDim Statement
Posted by: Jerry Lees
The ReDim statement in VBScript allows you to declare a array, or a multi-dimensional array, in your code. Also, this statement allows you to re-declare the number of elements in the array at a later time in the code. This is important because it also allows you to release...




