Returns the label associated with a given row of a table slot.
Type
STRING
Arguments
Type
Meaning
1
SLOT
A table slot
2
NUMERIC
The row index (0-based).
Evaluation
Returns the label of the row of the table slot which has the given index.
Comments
It is an error to provide an illegal index (e.g., an index of 4 with a table which has only 4 rows). If the row index is legal but there is no label for that row, then the empty string is returned: "".