Subversion Repositories wimsdev

Rev

Rev 12465 | Details | Compare with Previous | Last modification | View Log | RSS feed

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