| Syntax | (No syntax available.) |
| Documentation | Examines if the current variable with the given name exists:
|
| Examples | |
Example 1:
$existsCurrent{Name} Result 1: sets current variable "Name" to the value "Dave", current variable "Name" exists: 1 - (true)
$include{Name_exists_template} }
$include{Name_not_exists_template} } Result 2: if current variable "Name" exists: includes template "Name_exists_template" if current variable "Name" does not exist: including template "Name_exists_template" |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |