DADiSP Worksheet Functions > Function Categories > Query Functions > GETLABEL

 

GETLABEL

Purpose:

Returns the label of the specified Window.

Syntax:

GETLABEL(win)

win

-

Optional. A window, defaults to the current Window.

Returns:

A string.

Example:

getlabel(W3)

 

returns the label of the series in Window 3.

Remarks:

If a label has not been set for the Window, GETLABEL returns the Window formula.

See Also:

LABEL