I have a string that I have obtained from a text file. This string contains about 1200 words. The words are separated by spaces - sometimes one space, and sometimes more than one space.
How do I make an array that contains every sixth word (or nth word, for that matter).