Ok, I have a file that records all of our training. This file has about 50 diffeent people in it, and all of the lines look like the blow. need to take a variable (%blah) with a value of one of our personnel:
ADAMS JOEL E 03405 005 QUAL 13 NOV 04

I need to break this variable down into 3 different sections (NAME, STATUS (QUAL), AND DATE. I would use $right and $left to break it down, the only problem is everyone's name is a different length, and some don't even have middle names. Is there a way I can tell mIRC to only account LEFT characters until it meets the 4 or 5 spaces between their name, and their number? I donno