Rev 12335 | Rev 12569 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12335 | Rev 12338 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | !set listc=!lines2items $listc |
22 | !set listc=!lines2items $listc |
23 | !set listc=!replace internal c by c_$ $ in $listc |
23 | !set listc=!replace internal c by c_$ $ in $listc |
24 | !set listexam=!makelist exam_ i for i=1 to $examcnt |
24 | !set listexam=!makelist exam_ i for i=1 to $examcnt |
25 | !set listsheet=!makelist sheet_ i for i=1 to $sheetcnt |
25 | !set listsheet=!makelist sheet_ i for i=1 to $sheetcnt |
26 | !set listvote=!makelist vote_ i for i=1 to $votecnt |
26 | !set listvote=!makelist vote_ i for i=1 to $votecnt |
- | 27 | !set listtool=!makelist tool_ i for i=1 to $toolcnt |
|
27 | list=!nospace |
28 | list=!nospace $listc,$listdoc,$listsheet,$listexam,$listvote,$listtool |
28 | list=!nonempty items $list |
29 | list=!nonempty items $list |
29 | list1=debut |
30 | list1=debut |
30 | !for x in $list |
31 | !for x in $list |
31 | list1=!append item $($x) to $list1 |
32 | list1=!append item $($x) to $list1 |
32 | !next |
33 | !next |