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.
COL
GETWCOUNT
LENGTH
NUMITEMS
NUMROWS
SERCOUNT
SIZE