M
Maya
Hello guys,
Is there an easy way to extract individual words that form a string and
store them in variables like in this example:
String "how are you?"
My result would be:
var1 = "how"
var2 = "are"
var3 = "you?"
Thanks alot,
Maya.
Is there an easy way to extract individual words that form a string and
store them in variables like in this example:
String "how are you?"
My result would be:
var1 = "how"
var2 = "are"
var3 = "you?"
Thanks alot,
Maya.