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 15Rows(x)= 2
Returns the number of rows in a table
The Rows function returns the number of rows in a table.
Rows (table)
x=[1..4;12..15]= 1 2 3 4
12 13 14 15Rows(x)= 2