I have no idea if this is possible at all, but I'll ask here anyway
I have a textfile containing a nick and a number like this:
nick1 13
nick2 4
nick3 17
and so i would like something that would organize the file so that the one with highest number would be on first line in the text file and so on. But is it possible to do such a thing with mirc script and a text file or should I use some other method for this?