Reputation: 29
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
Upvotes: 1
Views: 19984