Small company logo:
   History
 
Advertising banner:
 
 HashTable.Add
Home • Help • Customization Tools • FCAS • Language Reference • HashTable.Add
 
Purpose
Adds an entry to the HashTable.
Syntax
HashTable.Add ("ItemToAdd", 1)
HashTable.Add ("ItemToAdd", 2)
HashTable.Add ("ItemToAdd", 3)


ItemToAdd
The entry to add to the HashTable.
1,2,3, etc.
The index value of this entry.