ReDim var1(dim1), var2(dim2), ..., varN(dimN) Reallocates storage space for array variable. An array must be declared in order to be used and re-dimensioned. The RiDim statement sets all the elements of the specified arrays to an initial value of zero or empty string. See also Dim |