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>
  • <append/>

    Appends a value to a variable. The variable attribute and one more is required.

    Attributes

    variable
    variable=string
    The name of the variable.
    value
    value=string
    The value the variable should have appended.
    <define variable='var.ris'/>
    <append variable='var.ris' value='Roxen Internet Software'/>
    var.ris
    

    from
    from=string
    The name of another variable that the value should be copied from.