Rev 15963 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15963 | Rev 16807 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | !endif |
42 | !endif |
43 | t=!translate = to , in $wims_req_time |
43 | t=!translate = to , in $wims_req_time |
44 | t=!item -1 of $t |
44 | t=!item -1 of $t |
45 | means=!record 0 of wimshome/log/classes/$wims_class/scoreavg |
45 | means=!record 0 of wimshome/log/classes/$wims_class/scoreavg |
46 | topscores=!record 0 of wimshome/log/classes/$wims_class/.scoretop |
46 | topscores=!record 0 of wimshome/log/classes/$wims_class/.scoretop |
47 | topnb=!defof |
47 | topnb=!defof class_topscores\ |
- | 48 | class_limit\ |
|
48 |
|
49 | class_hideaverage in wimshome/log/classes/$wims_class/.def |
- | 50 | !distribute line $topnb into topnb,classnb,class_hideaverage |
|
49 | !for ic=1 to $classnb |
51 | !for ic=1 to $classnb |
50 | UU=!line $ic of $topscores |
52 | UU=!line $ic of $topscores |
51 | UU1=!item 4 of $UU |
53 | UU1=!item 4 of $UU |
52 | VV=!append line $UU1 to $VV |
54 | VV=!append line $UU1 to $VV |
53 | WW=!append line $UU to $WW |
55 | WW=!append line $UU to $WW |