DADiSP Worksheet Functions > Function Categories > Query Functions > NUMCOLS

 

NUMCOLS

Purpose:

Returns the number of columns of a series.

Syntax:

NUMCOLS(series)

series

-

Optional. A series. Defaults to current Window.

 

Returns:

An integer.

Example:

numcols(rand(10, 3))

 

returns 3, the number of columns created by RAND.

See Also:

COL

GETWCOUNT

LENGTH

NUMITEMS

NUMROWS

SERCOUNT

SIZE