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