| Syntax |
$account.list{} |
| Documentation | Lists the id's of all accounts
|
| Examples | |
How to get the names of all accounts:
$//Get the name of the next account and store it in the variable name $set{name}{$account{getName}{$get{id}} ... } |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_EXPERT |
| Minimum parameters | 0 |
| Maximum parameters | 0 |