Free since 2005 · No login required
AT

Academic Tutorials

Learn at your own pace

site-mobile-top-banner · 320x50

What is the use of ReDim statement in VBScript?

The ReDim statement is used to change the size of the array within the script: for example you have declared an array Dim Customers(50) But now you want to change the size of the array so you can do that with the help of Redim ReDim Customers(100)