***?!!!
I'd hate to see what happens to a three deminsional array.Code:Dim myArray() ReDim Preserve myArray(x, y) ReDim Preserve myArray(x + 1, y) 'Gives a subscript out of range error ReDim Preserve myArray(x, y + 1) 'Works!
|
Results 1 to 5 of 5
Thread: VBScript ReDimThreaded View
|
Click Here to Expand Forum to Full Width |