Rev 1632 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1632 | bpr | 1 | |
2 | !if $seq_cnt!= |
||
12555 | bpr | 3 | !for j =1 to $seq_cnt |
4 | !set s_=!record 1 of wimshome/log/classes/$wims_class/seq/.sequence$j |
||
5 | !set s_=!line 3 of $s_ |
||
6 | !set scnt=!itemcnt $s_ |
||
7 | list_exsh=!append line $j\ |
||
8 | to $list_exsh |
||
9 | !for k=1 to $scnt |
||
10 | !if exam isin $(s_[$k]) or sheet isin $(s_[$k]) |
||
11 | list_exsh=!append item $(s_[$k]) to $list_exsh |
||
12 | !endif |
||
13 | !next k |
||
14 | !next j |
||
1632 | bpr | 15 | |
12555 | bpr | 16 | !writefile wimshome/log/classes/$wims_class/seq/.sequences $seq_cnt\ |
1632 | bpr | 17 | $list_exsh\ |
18 | |||
12555 | bpr | 19 | !endif |