Skip to main content
Version: 9.0.2

TABLE:cell_key

TABLE:cell_key(
row,
col,
name
)

Get a fully qualified key from a name that is relative to the TABLE object. This function does not ensure that the fully qualified key is valid.

Equivalent to:

string.format("%s.%d.%d.%s, TABLE:get_name(), row, col, name)

Parameters

NameTypeDescription
row#numberThe row index of the cell.
col#numberThe column index of the cell.
name#stringA string containing a relative key, to be fully qualified in the context of this TABLE.

Returns

TypeDescription
#stringA fully qualified string.