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