DADiSP Worksheet Functions > Function Categories > Query Functions > GETWCOUNT

 

GETWCOUNT

Purpose:

Returns the number of series in a Window.

Syntax:

GETWCOUNT(win)

win

-

Optional. Window reference. Defaults to the current Window.

Returns:

An integer.

Example:

getwcount(W1)

 

returns the number of series in Window 1.

Remarks:

If a Window contains a table, the number of series is equal to the number of columns.

See Also:

SERCOUNT