 |
Purpose
Replaces the value of an entry in the HashTable.
Syntax
HashTable.Replace ("NewValue", 1)
HashTable.Replace ("NewValue", 2)
HashTable.Replace ("NewValue", 3)
NewValue |
The new value to use for this entry. |
1, 2, 3, etc. |
The index value that identifies the entry to be replaced. |
|  |