docs.roxen.comBack to normal mode
DocsRoxenWebServer 4.5Web Developer ManualVariable Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<insert variable/>

Provided by module: Tags: RXML 2 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 splitted into an array, so that the index attribute may be used.