| Syntax |
|
| Documentation | $hashTable.getKeys: Returns an array of all keys in the hashtable.
|
| Examples | |
| $set{h(test)}{hello}
$set{h(lala)}{hello2}
$set{a}{$hashTable.getKeys2{$get{h}}}
$for{$set{i}{0}}{$less{$get{i}}{$get{a}}}{$incLocal{i}}{
Key# $get{i}: $get{a[$get{i}]} } |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |