DADiSP Worksheet Functions > Function Categories > Query Functions > SERCOUNT
Returns the number of columns of a series.
SERCOUNT(series)
series |
- |
Optional. A series. Defaults to the current Window. |
An integer.
sercount(ravel(grand(100,.01),10))
returns 10, the number of series (columns) created by RAVEL .