mIRC Home    About    Download    Register    News    Help

Print Thread
#118532 26/04/05 03:44 AM
Joined: Mar 2004
Posts: 540
A
Armada Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
Im writing all my variables 7000+ to a txt, and I want to try to use filter to sort them by value, they are 90% numbers so I basically just want the list sorted by the highest value to the lowest value can this be done with filter?

#118533 26/04/05 06:30 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
/save -rv filename.TXT
/filter -ffctue 2 32 filename.TXT filename.TXT
/load -rv filename.TXT optional

note the TEXT file type used, help doesnt document it i think but if u uses .TXT it doesnt .ini file em


Link Copied to Clipboard