$hashTable.getKeys

Returns an enumeration of all keys in the hashtable.
Syntax
    $hashTable.getKeys{hashtable}
Documentation$hashTable.getKeys:
Returns an enumeration of all keys in the hashtable. The enumeration consists of a newline separated string.
    Paramter:
      1: The hashtable.
    Returns:
      Newline separated key enumeration.
    Throws:
      IllegalArgumentException if the object of parameter 1 is not a hashtable.
Examples
$set{h(test)}{hello} $set{h(lala)}{hello2} $hashTable.getKeys{$get{h}}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1