Example#
This code:[{SET myvar1='value 1' }] [{SET myvar2='value 2' }] [{SET myvar3='{$myvar1}'}] myvar1 is set to: [{$myvar1}]\\ myvar2 is set to: [{$myvar2}]\\ myvar3 is set to: [{$myvar3}]
Produces:
myvar1 is set to: value 1
myvar2 is set to: value 2
myvar3 is set to: value 1
Add new attachment
Only authorized users are allowed to upload new attachments.
See Also#
Using variables