table.y

Syntax

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

Get/set the \(y\)-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 - \(y\)-value of a table entry

Accepts:

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

Arguments:

t - integer name, string name, or table pointer

i - index of table entry