mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2003
Posts: 156
B
bleach Offline OP
Vogon poet
OP Offline
Vogon poet
B
Joined: Sep 2003
Posts: 156
I want to numeric short data of an ini file from larger to smaller. I checked filter command but can't find a way to short.. so what can I do?
contents of the file;
[table]
item1=152
item2=056
item3=500
item4=600

Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
The command would be: //var %in = input.ini, %out = output.ini | write -c %out $read(%in,1) | filter -ffutr 2-99999 2 61 %in %out

More on sorting hash tables:

Joined: Sep 2003
Posts: 156
B
bleach Offline OP
Vogon poet
OP Offline
Vogon poet
B
Joined: Sep 2003
Posts: 156
thanks


Link Copied to Clipboard