Rev 16915 | Rev 17859 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16915 | Rev 16919 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | m_scorerequire=!words2items $requires |
35 | m_scorerequire=!words2items $requires |
36 | m_title=$sheet_title |
36 | m_title=$sheet_title |
37 | m_desc=$sheet_desc |
37 | m_desc=$sheet_desc |
38 | m_scoregot=!words2items $scores |
38 | m_scoregot=!words2items $scores |
39 | m_scoremean=!words2items $means |
39 | m_scoremean=!words2items $means |
- | 40 | m_scorebests=!words2items $bests |
|
- | 41 | m_scorelevels=!words2items $levels |
|
- | 42 | m_scorealltries=!words2items $alltries |
|
40 | m_expiration=$sheet_expiration |
43 | m_expiration=$sheet_expiration |
41 | m_today=!char 1 to 8 of $wims_now |
44 | m_today=!char 1 to 8 of $wims_now |
42 | 45 | ||
43 |
|
46 | m_nbexo=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$sh |
44 | !for k=1 to |
47 | !for k=1 to $m_nbexo |
45 | m_infoexo$k=!record $k of wimshome/log/classes/$wims_class/sheets/.sheet$sh |
48 | m_infoexo$k=!record $k of wimshome/log/classes/$wims_class/sheets/.sheet$sh |
46 | !next k |
49 | !next k |