NUMROWS

Purpose:

Returns the number of rows of a series.

Syntax:

NUMROWS(series)

series

-

Optional. A series, defaults to current Window.

Returns:

An integer.

Example:

numrows(rand(10, 3))

 

returns 10, the number of rows created by RAND.

Remarks:

See SIZE to return both the number of rows and columns.

See Also:

LENGTH

NUMCOLS

SERSIZE

SIZE