docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Web Site Creator ManualVariable Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

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

<set/>

Provided by module: RXML 2 tags

Sets a variable.


Attributes

variable="string"

The name of the variable.



<set variable='var.foo' value='bar'/>

value="string"

The value the variable should have.


expr="string"

An expression whose evaluated value the variable should have.


from="string"

The name of another variable that the value should be copied from.


split="string"

The value will be splitted by this string into an array.

If none of the above attributes are specified, the variable is unset. If debug is currently on, more specific debug information is provided if the operation failed. See also: <append> and <debug>.