InterviewSolution
Saved Bookmarks
| 1. |
How will you trim the leading as well as trailing spaces of a string using VBScript? |
|
Answer» Using Trim function, which returns a string value after removing both leading and trailing blank spaces. |
|