docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualVariable tags
   

  • <append>
  • <dec>
  • <define>
  • <inc>
  • <insert>
  • <scope>
  • <set>
  • <undefine>
  • <unset>
  • <use>
  • <unset/>

    Unsets a variable, i.e. removes it.

    Attributes

    variable
    variable=string
    The name of the variable.
      <set variable='var.jump' value='do it'/>
      var.jump
      <unset variable='var.jump'/>
      var.jump
     
    var.jump var.jump