docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 4.0Web Developer ManualVariable Tags
Copyright © 2006, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<append>
<copy-scope>
<dec>
<define>
<inc>
<insert>
<insert file>
<insert href>
<insert realfile>
<insert scopes>
<insert variable>
<insert variables>
<roxen-automatic-charset-variable>
<scope>
<set>
<sprintf>
<sscanf>
<undefine>
<unset>
<use>
<vform>

<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.