*tablenstore()
Stores an entry in the nth lookup table.
Syntax
*tablenstore (table, key, value)
Type
HyperMesh Template Command
Inputs
- table
 - A value between table1 and table20 indicating which of the 20 possible tables should be manipulated.
 - key
 - Assigned to a lookup table entry and is used by the @nlookup() function to find stored entities.
 - value
 - The value assigned to an entry in the lookup table and is returned by @nlookup().