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