docs.roxen.comBack to normal mode
DocsRoxenWebServer 4.5Web Developer ManualVariable Tags
Copyright © 2012, 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.


type="string"

If type is 'array', the resulting value will be an array.