$hashTable.getValues

Returns an enumeration of the hashtables values.
Syntax
    $hashTable.getValues{hashtable}
Documentation$hashTable.getValues:
Returns an enumeration of all the hashtables values as a newline separated string.
    Paramter:
      1: Hashtable object.
    Returns:
      Values list string.
    Throws:
      IllegalArgumentException if the argument of parameter 1 is not an hashtable.
Examples
$set{h(test)}{hello} $set{h(lala)}{hello2} $hashTable.getValues{$get{h}}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1