Returns an enumeration object of the elements in the specified hashtable object.
Syntax
elements( hashtable )
hashtable.elements( )
Parameters
hashtable
|
the hashtable object to enumerate.
|
Returns
enumeration
|
an enumeration object containing the objects in the specified hashtable.
|
Example
htEnum = ht.elements( )
|