So I have a file that the program will read. In it, it reads the latest line of a file. The line looks like this:
09:28:04 Play 1 C48-6 What's The Altitude f. Hymnal Cut Chemist MUA D0291
If I need each of these as a separate variable (or to simply ignore one, i.e. C48-6), what would be the best option to separate these? Would it be as simple as a multi-space delimiter for the scanner?