Language Reference Guide : 4. System Classes : HashTable Class : LoadEntries Method
 
Share this page                  
LoadEntries Method
The LoadEntries method loads entries from the "entries" array into the HashTable.
This method has the following syntax:
integer = HashTable.LoadEntries(entries = array of HashTableEntry)
This method has the following parameter:
entries
Specifies the array containing the entries to be inserted into the HashTable
This method returns ER_OK on success or ER_FAIL if an error occurred. Descriptions of system constant values and their numeric equivalents are listed in Error Codes.