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

<append/> or <append></append>

Provided by module: Tags: RXML 2 tags

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


Attributes

variable="string"

The name of the variable.


value="string"

The value the variable should have appended.


 <set variable='var.ris' value='Roxen'/>
 <append variable='var.ris' value=' Internet Software'/>
 &var.ris;
Roxen Internet Software

from="string"

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