| Syntax |
$account.getName{account_id} |
| Documentation | Gets the name of the account with the given id.
|
| 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 | 1 |
| Maximum parameters | 1 |