Rev 2356 | Rev 12053 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2356 | Rev 5603 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | !endif |
8 | !endif |
9 | 9 | ||
10 | !if $comp>$maxcomp |
10 | !if $comp>$maxcomp |
11 | error=toomanycomp |
11 | error=toomanycomp |
12 | !exit |
12 | !exit |
13 | !endif |
13 | !endif |
14 | 14 | ||
15 | tmp=!record $comp of $livret_dir/.comps |
15 | tmp=!record $comp of $livret_dir/.comps |
16 | !distribute line $tmp into mem_title,mem_nbpalier |
16 | !distribute line $tmp into mem_title,mem_nbpalier |
17 | 17 | ||
18 | !if $cf_set!=$empty or ($cf_nbpalier!=$mem_nbpalier and $cf_nbpalier!=$empty) |
18 | !if $cf_set!=$empty or ($cf_nbpalier!=$mem_nbpalier and $cf_nbpalier!=$empty) |
Line 36... | Line 36... | ||
36 | !writefile $livret_dir/.comps $sortie |
36 | !writefile $livret_dir/.comps $sortie |
37 | !endif |
37 | !endif |
38 | !reset cf_set |
38 | !reset cf_set |
39 | mem_nbpalier=$cf_nbpalier |
39 | mem_nbpalier=$cf_nbpalier |
40 | mem_title=$cf_title |
40 | mem_title=$cf_title |
- | 41 | !read mkindexsheet.proc |
|
41 | !endif |
42 | !endif |
42 | 43 |