| Syntax |
|
| Documentation | Examines if the local variable with the given name exists:
|
| Examples | |
Example 1:
$set{b}{200} $existsLocal{a}{b} Result 1: sets local variables to the specified values, local variables "a" and "b" exists: 1 - (true)
{$include{a_exists_template}} {$include{a_not_exists_template}} Result 2: if local variable "a" exists: includes template "a_exists_template" if local variable "a" does not exist: includes template "a_not_exists_template" |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |