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

<append/>

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