InterviewSolution
Saved Bookmarks
| 1. |
How will you split a string into an array in VBScript? |
|
Answer» Using Split function, which returns an array that contains a specified number of values. Splitted based on a Delimiter. |
|