| Syntax |
|
| Documentation | Examines if a variable with the given name exists:
|
| Examples | |
Example 1:
Result 1: if variable "i" exists: 1 - (true) if variable "i" does not exist: 0 - (false)
{variable i exists} {variable i does not exist} Result 2: if variable "i" exists: variable i exists if variable "i" does not exist: variable i does not exist |
|
| Group | Branch |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |