variables : get

DESCRIPTION

<get> returns the value of a user variable. If the variable does not exist, nothing is returned.


PARAMETERS

var - which variable to return
     

EXAMPLES

...     
     Your name is <get var="name" />.          
...