DADiSP Worksheet Functions > Function Categories > Query Functions > SERCOUNT

 

SERCOUNT

Purpose:

Returns the number of columns of a series.

Syntax:

SERCOUNT(series)

series

-

Optional. A series. Defaults to the current Window.

Returns:

An integer.

Example:

sercount(ravel(grand(100,.01),10))

 

returns 10, the number of series (columns) created by RAVEL .

See Also:

GETWCOUNT

NUMCOLS

NUMITEMS

SIZE