conditions : if-set

DESCRIPTION

<if-set> returns true only if the specified variable has been defined.


PARAMETERS

var - variable to test
     

EXAMPLES

...     
     <if-set var="name">          
          <txt>
               Well hello !
          </txt>
     </if-set>
...