Rev 7692 | Blame | Compare with Previous | Last modification | View Log | RSS feed
!if $wims_read_parm!=slib_header
!goto proc
!endif
slib_author=Bernadette, Perrin-Riou
slib_example=_,,tout_le_monde_\
,_,tout le monde\
,??,tout le monde\
:proc
slib_joker=!item 1 of $wims_read_parm
slib_joker2=!item 2 of $wims_read_parm
slib_text=!item 3 to -1 of $wims_read_parm
!if $slib_joker=
slib_out=!replace internal $ $ by $slib_joker2 in $slib_text
!exit
!endif
!if $slib_joker2=
slib_out=!replace internal $slib_joker by $ $ in $slib_text
!exit
!endif
slib_out=!replace internal $slib_joker by $slib_joker2 in $slib_text