Subversion Repositories wimsdev

Rev

Rev 8311 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8311 Rev 12465
Line 2... Line 2...
2
 
2
 
3
!for i=1 to $usercnt
3
!for i=1 to $usercnt
4
 uutotal=!record $i of wimshome/log/classes/$wims_class/.userlist
4
  uutotal=!record $i of wimshome/log/classes/$wims_class/.userlist
5
 uu=!item 3 of $uutotal
5
  uu=!item 3 of $uutotal
6
 !read adm/class/userscore
6
  !read adm/class/userscore
7
 UU_$i=$uutotal,  $per
7
  UU_$i=$uutotal,  $per
8
topscores=!append line $(UU_$i) to $topscores
8
  topscores=!append line $(UU_$i) to $topscores
9
!next i
9
!next i
10
 
10
 
11
 
11
 
12
!writefile wimshome/log/classes/$wims_class/.scoretop $topscores
12
!writefile wimshome/log/classes/$wims_class/.scoretop $topscores
13
 
13