Subversion Repositories wimsdev

Rev

Rev 8992 | Rev 10709 | 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
3
name_=!replace / by , in $wims_class
4
name_=!item 2 to -1 of $name_
5
scriptout=!replace , by A in $name_
6
scriptout=!nospace $scriptout
7
scriptout=A$scriptout
8
!if $tmp_=val
9
	scriptout=$(user_comments$scriptout)
10
	!default scriptout=$user_comments
10367 bpr 11
!endif