@gettablecellvaluebyinternalid()
Returns the values of a bool, double, float, int, string, unsigned int, or entity ID cell in a table.
Syntax
@gettablecellvaluebyinternalid (table_id, row_index, column_index)
Type
HyperMesh Template Function
Description
Returns the values of a bool, double, float, int, string, unsigned int, or entity ID cell in a table.
Inputs
- table_id
 - The ID of the table entity to query.
 - row_index
 - The row of the table to query, starting from 0.
 - column_index
 - The colum of the table to query, starting from 0
 
Examples
To query table 100, row 3 and column 10:
@gettablecellvaluebyinternalid(100, 3, 10)
    Version History
2019