InterviewSolution
Saved Bookmarks
| 1. |
How will you get the largest subscript of an array in VBScript? |
|
Answer» Using UBound function, which returns an integer that corresponds to the largest subscript of the given arrays. |
|