<set/> or <set></set>
Provided by module: Tags: RXML 2 tags
Sets a variable in any scope that isn't read-only.
<set variable='var.language'>Pike</set> |
|
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>.