Hmm, moving the number to the beginning of the line sounds reasonable. I hope that doesn't break my existing stuff...



Yeeeah. That broke the existing stuff. Tried something similar though. When recording the data to its file I used $replace to swap out all spaces with an ASCII character $chr(31) that I will never see among the data I am working with. (As it turns out, $chr(31) is the underline text character, but, it does the job).

So, the number I'm sorting by should now remain as second "word" in each line. I just have to make sure to run another $replace to swap the $chr(31) back to $chr(32)


Lets see how this works now...



Huzzah!


Thanks for all the help with the /filters

Last edited by Teksura; 24/09/08 09:41 PM.