M
microsoft.news.com
I have a string like this:
BMW Chevy BMW Lexus
How can I read this string and get each value 1 at a time like
BMW
Chevy
BMW
Lexus
?
BMW Chevy BMW Lexus
How can I read this string and get each value 1 at a time like
BMW
Chevy
BMW
Lexus
?