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

<unset/>

Provided by module: Tags: RXML 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