GetRow function

Returns the row of a table


Description

The function GetRow returns the row of a table or part of it as a result.

If only the table and the number of the line are specified as parameters, the result is the specified line.

If an index and a length are optionally specified, the result is a section of the specified line, starting at the index and with the specified length.


Syntax

GetRow (table, row)

GetRow (table, row, index, length)

Examples


Tables rows functions

ClrRow Deletes a row
Rows Returns the number of rows of a table
RowSums Sums of the values ??of each row
GetRow Copies the row of a table or a part of it
RemRow Removes one or more rows from a table