Rev 4863 | Rev 7290 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4863 | Rev 5204 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !! |
|
- | 2 | !! update a field of an exo of a sheet |
|
- | 3 | !! |
|
- | 4 | !! needed information : |
|
- | 5 | !! sheet : num of modify sheet |
|
- | 6 | !! exo : num of exo modifiy in the sheet |
|
1 |
|
7 | !! update_field : is the numbrer of the field to be modified. |
2 |
|
8 | !! update_content : new content of the line |
3 | number_field=9 |
9 | number_field=9 |
4 | ecnt=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
10 | ecnt=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
5 | !for e=1 to $ecnt |
11 | !for e=1 to $ecnt |
6 | exo_$e=!record $e of wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
12 | exo_$e=!record $e of wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
7 | exo_$e=!line 1 to $number_field of $(exo_$e)\ |
13 | exo_$e=!line 1 to $number_field of $(exo_$e)\ |