@nlookup()
Retrieves a value stored in the nth lookup table.
Syntax
@nlookup (table, key)
Type
HyperMesh Template Function
Inputs
- table
- A value between table1 and table20 indicating which of the 20 possible tables should be manipulated.
- key
- Used to compare the keys found on the lookup table entries. If key matches one of the keys in the lookup table, the function returns the value associated with that entry. If a matching key is not found, the function returns 0.