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