docs.roxen.comBack to normal mode
DocsRoxenWebServer 4.5Web Developer ManualVariable Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<unset/>

Provided by module: Tags: RXML 2 tags

Unsets a variable, i.e. removes it.


Attributes

variable="string"

The name of the variable.


<set variable='var.jump' value='do it'/>
&var.jump;
<unset variable='var.jump'/>
&var.jump;
do it