Rev 8447 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8447 | Rev 12335 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !bound option within 0,1,$empty default $empty |
1 | !bound option within 0,1,$empty default $empty |
2 | !if $option!=$empty |
2 | !if $option!=$empty |
3 | !if $seq>0 and $seq<=$seq_cnt |
3 | !if $seq>0 and $seq<=$seq_cnt |
4 | x_=!record 1 of wimshome/log/classes/$wims_class/seq/.sequence$[$seq] |
4 | x_=!record 1 of wimshome/log/classes/$wims_class/seq/.sequence$[$seq] |
5 | x_=!line 1 to -2 of $x_ |
5 | x_=!line 1 to -2 of $x_ |
6 | x_=!append line $option to $x_ |
6 | x_=!append line $option to $x_ |
7 | !writefile wimshome/log/classes/$wims_class/seq/.sequence$[$seq] :$x_ |
7 | !writefile wimshome/log/classes/$wims_class/seq/.sequence$[$seq] :$x_ |
8 | !endif |
8 | !endif |
9 | !endif |
9 | !endif |
10 | job=show |
10 | job=show |