docs.roxen.comBack to normal mode
DocsRoxen2.1Web Site Creator ManualVariable Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<unset/>

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