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