InterviewSolution
Saved Bookmarks
| 1. |
How will you compare two strings in VBScript? |
|
Answer» Using StrComp function, which returns an integer value after comparing the two specified strings. |
|