Returns the number of rows of a series.
NUMROWS(series)
series |
- |
Optional. A series, defaults to current Window. |
An integer.
numrows(rand(10, 3))
returns 10, the number of rows created by RAND.
See SIZE to return both the number of rows and columns.