|
<append>
<dec>
<define>
<inc>
<insert>
<scope>
<set>
<undefine>
<unset>
<use>
|
<append/>
Appends a value to a variable. The variable attribute and one more is
required.
Attributes
- variable
variable=string
-
The name of the variable.
- value
value=string
-
The value the variable should have appended.
<define variable='var.ris'/>
<append variable='var.ris' value='Roxen Internet Software'/>
var.ris
|
|
|
- from
from=string
-
The name of another variable that the value should be copied from.
|
|