| Syntax |
|
| Documentation | Returns the names of all variables defined on the current branch:
|
| Examples | |
$setVariable{b}{200} $setVariable{c}{300} $getVariables{} Result: sets variables "a","b","c" and the values in the current branch, returns all variables seperated by a linefeed: a b c |
|
| Group | Branch |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 0 |
| Maximum parameters | 1 |