GetAt function

Returns a single value from a table


Description

The function GetAt returns the value of an element at the specified position from a table.

GetAt () is identical to the term value = table [row'column]


Syntax

GetAt (table, row, column)

Examples