Programming Languages VBScript Subjective
May 10, 2013

What is the use of ReDim statement in VBScript?

Detailed Explanation

Using ReDim statement we can change the size of an array in VBScript.I have given you example how to use ReDim.

Example:

Suppose you declare an array Dim Clients(50) Now if you want to change the size of client than you can perform this task with the help of ReDim :

ReDim Customers(70)

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback