Rev 2368 | Rev 8903 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2329 | guerimand | 1 | !!!### language independant |
2 | !! |
||
2349 | guerimand | 3 | |
23 | reyssat | 4 | sh=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
5 | !for i=1 to $sh |
||
6 | l=!record $i of wimshome/log/classes/$wims_class/sheets/.sheets |
||
7 | l=!word 1 of $l |
||
8 | !if $l>0 |
||
9 | asheets=!append item $i to $asheets |
||
10 | !endif |
||
11 | !next i |
||
12 |