I figured out if I used $chr(160) it would actually include spaces. My main concern now is how to take every bit from the line, calculate it, so that all data evens out. (Ex: Since some names are longer, hvae middle initials, etc it's difficult to do) I got the NAME out of $gettok, but can't figure out how to pull every other peace out one by one with $gettok frown If I could pull out every peace of information and assign it a variable I could figure something out - even though I'm at a lost lol