InterviewSolution
Saved Bookmarks
| 1. |
How will you convert a string to upper case string using VBScript? |
|
Answer» Using Ucase function, which returns the upper case of the specified string. |
|