DADiSP Worksheet Functions > Function Categories > Query Functions > NUMCOLS
Returns the number of columns of a series.
NUMCOLS(series)
series |
- |
Optional. A series. Defaults to current Window. |
An integer.
numcols(rand(10, 3))
returns 3, the number of columns created by RAND.