| Syntax |
|
| Documentation | Gets the value of the named local variable:
They are not accessible within other pages. |
| Examples | |
Example 1:
a: $get{a} Result 1: sets local variable "a" to the value "100", returns "a": a: 100
$set{b}{6} $set{a}{$dec{$get{a}}} $if {$equals{$get{a}}{$get{b}}} {a equals b} {a and b are not equal} Result 2: sets local variable "a" and "b", decreases "a", if "a" equals "b": a equals b |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 2 |