InterviewSolution
Saved Bookmarks
| 1. |
How will you increase the size of an array in VBScript? |
|
Answer» Using ReDim statement, we can declare dynamic-array variables and allocate or reallocate storage space. |
|