Language Reference Guide : 4. System Classes : IntegerHashTable Class : Find Method
 
Share this page                  
Find Method
The Find method finds the first object with the given key in the hash table.
Note:  The order of objects with the same key is undefined.
This method has the following syntax:
Object = IntegerHashTable.Find(key = integer)
This method has the following parameter:
key
(Required) Specifies the key of the object to find
This method returns the first object with the specified key. It returns NULL if the object does not exist or an error occurred.