Rev 11100 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11100 | Rev 14180 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | # Fournit toutes les informations de la feuille qsheet (ainsi que la liste des exercices qu'elle contient) |
2 | # Fournit toutes les informations de la feuille qsheet (ainsi que la liste des exercices qu'elle contient) |
3 | 3 | ||
4 |
|
4 | # Pour commencer, on verifie la classe |
5 | !read scripts/check.class |
5 | !read scripts/check.class |
6 | !if $error!=$empty |
6 | !if $error!=$empty |
7 | !exit |
7 | !exit |
8 | !endif |
8 | !endif |
9 | 9 | ||
10 | type=sheets |
10 | type=sheets |
11 | !read scripts/check.proc |
11 | !read scripts/check.proc |
12 | !if $error!=$empty |
12 | !if $error!=$empty |
13 | !exit |
13 | !exit |
14 | !endif |
14 | !endif |
15 | 15 | ||
16 | sheet_properties=!lines2items $qproperties\ |
16 | sheet_properties=!lines2items $qproperties\ |
17 | 17 | ||
18 | sheet_properties = !singlespace $sheet_properties |
18 | sheet_properties = !singlespace $sheet_properties |
Line 23... | Line 23... | ||
23 | 23 | ||
24 | exocnt=!recordcnt $qfile |
24 | exocnt=!recordcnt $qfile |
25 | 25 | ||
26 | option=!listintersect $option and $sheetdefs |
26 | option=!listintersect $option and $sheetdefs |
27 | !if $option=$empty |
27 | !if $option=$empty |
28 | option=$sheetdefs |
28 | option=$sheetdefs |
29 | !endif |
29 | !endif |