DADiSP Worksheet Functions > Function Categories > Display and Manipulation > SETWLAB

 

SETWLAB

Purpose:

Sets the label of a Window.

Syntax:

SETWLAB(win, "label")

win

-

Optional. A Window, defaults to the current Window.

"label"

-

A string, the window label.

Returns:

1 if label was changed, else 0.

Example:

setwlab("This is my label")

 

sets the label of the current Window to: This is my label

Remarks:

SETWLAB, SETHLAB and SETVLAB are used by the menu system.

See Also:

LABEL

SETXLABEL, SETYLABEL