| Syntax |
|
| Documentation | Returns the names of all current variables defined:
Predefined current variable names are:
- 'c', the name of the current category - 'i', the id of the current account - 'l', the id of the language currently in use - 'p', the password of the current user - 's', the id of the current client-server session - 't', the template page currently in use - 'u', the name of the current user
|
| Examples | |
Iterate through the values of all current variables:
$set{value}{$getCurrent{$get{name}}} } {$\n} |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 0 |
| Maximum parameters | 0 |