| Syntax |
|
| Documentation | Creates the named variable on the current branch and assigns the given value to it:
var_value, the value of the variable to be created. |
| Examples | |
$getVariable{x} Result: sets variabe "x" to the value "12000", returns variable "x": 12000 |
|
| Group | Branch |
| Minimum required transaction-mode: | UPDATE=TREE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |