table.x

Syntax

f = table.x(t,i)
table.x(t,i) = f

Get/set the \(x\)-value of a table entry. i is the index of the table entry to be read or modified. Entries are created if i is greater than table.size.

Returns:

f - \(x\)-value of a table entry

Accepts:

f - \(x\)-value of a table entry

Arguments:

t - integer name, string name, or table pointer

i - index of table entry