Rev 12701 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12701 | Rev 13315 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | t=$ |
23 | t=$ |
24 | tmp=!replace internal & by $t in $iniparm |
24 | tmp=!replace internal & by $t in $iniparm |
25 | tmp2=!getopt scoredelay in $tmp |
25 | tmp2=!getopt scoredelay in $tmp |
26 | tmp3=!replace internal + by , in $tmp2 |
26 | tmp3=!replace internal + by , in $tmp2 |
27 | iniparm=!replace internal scoredelay=$tmp2 by scoredelay=$tmp3 in $iniparm |
27 | iniparm=!replace internal scoredelay=$tmp2 by scoredelay=$tmp3 in $iniparm |
- | 28 | tmp=!record $exo of wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
|
- | 29 | tmp=!line 2 of $tmp |
|
- | 30 | !read getparm $tmp exotrymax |
|
- | 31 | !if $get_exotrymax notsametext $empty |
|
- | 32 | iniparm=$iniparm&exotrymax=$get_exotrymax |
|
- | 33 | !endif |
|
28 | update_content=$iniparm |
34 | update_content=$iniparm |
29 | !read adm/class/update.exo |
35 | !read adm/class/update.exo |
30 | !restart module=adm/class/sheet&+sheet=$sheet |
36 | !restart module=adm/class/sheet&+sheet=$sheet |