InterviewSolution
Saved Bookmarks
| 1. |
How will you trim the spaces on the left of a string using VBScript? |
|
Answer» Using Ltrim function, which returns a string after removing the spaces on the left side of the specified string. |
|