HM_tableadd()
Adds an item to the table.
Syntax
void HM_tableadd(int key, double value);
    Type
HyperMesh hmlib Function
Description
Adds an item to the table.
Inputs
- key
 - Set to a value that is used to find _value.
 - value
 - The value that should be stored.
 
Example
The table is intended to store items for later retrieval.
Errors
None.