I have a randomly generated string which is generated at runtime.
I want to capture the value of that string into an array such that
-
the first word of the string becomes the first element in the array,
-
second word the second element
and so on.
Please help
In VBscript use the Split function: