Rows function

Returns the number of rows in a table


Description

The Rows function returns the number of rows in a table.


Syntax

Rows (table)

Examples

x=[1..4;12..15]=  1  2  3  4
12 13 14 15

Rows(x)= 2


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