I need to parse a text string that will have seven words within the string, each separated by one or more spaces. I want to parse each word into it's own string (i.e. String1, String2,,,,, String7).
Does anyone know of a routine that will accomplish this no matter what the length of each individual word in the string?
Thanks
Does anyone know of a routine that will accomplish this no matter what the length of each individual word in the string?
Thanks