InterviewSolution
Saved Bookmarks
| 1. |
How will you fill the string with the specified number of spaces using VBScript? |
|
Answer» Using Space function, which fills a string with the specified number of spaces. |
|