InterviewSolution
Saved Bookmarks
| 1. |
How will you get length of a string using VBScript? |
|
Answer» Using Len function, which returns the length of the given string. |
|