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

   

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

<insert variable/>

Provided by module: Tags: RXML tags

Inserts the value of a variable.


Attributes

variable="string"

The name of the variable.


scope="string"

The name of the scope, unless given in the variable attribute.


index="number"

If the value of the variable is an array, the element with this index number will be inserted. 1 is the first element. -1 is the last element.


split="string"

A string with which the variable value should be split into an array, so that the index attribute may be used.