Rev 10367 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8992 | guerimand | 1 | tmp_=$wims_read_parm |
2 | !bound $tmp_ within name,val default val |
||
10709 | guerimand | 3 | |
4 | !!name_=!replace / by , in $wims_class |
||
5 | !!name_=!item 2 to -1 of $name_ |
||
6 | !!scriptout=!replace , by A in $name_ |
||
7 | scriptout=!replace / by _ in $wims_class |
||
8992 | guerimand | 8 | scriptout=!nospace $scriptout |
10709 | guerimand | 9 | scriptout=_$scriptout |
8992 | guerimand | 10 | !if $tmp_=val |
11 | scriptout=$(user_comments$scriptout) |
||
12 | !default scriptout=$user_comments |
||
10367 | bpr | 13 | !endif |