1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
alias pickupranks { var %x 1 while (%x <= 2) { if ($read(top10.txt,$address($hget(pb.users,%x),5))) != $null) { write top10.txt $address($hget(pb.users,%x),5) write top10.txt $address($hget(pb.users,%x),5) } if ($read(top10.txt,$address($hget(pb.users,%x),5))) == $null) { write top10.txt $address($hget(pb.users,%x),5) 1 write top10.txt $address($hget(pb.users,%x),5) 1 } inc %x } } |