DADiSP Worksheet Functions > Function Categories > Worksheet Control > SETWSCURSOR

 

SETWSCURSOR

Purpose:

Sets the type of Window information shown at the Worksheet Formula line.

Syntax:

SETWSCURSOR(level)

level

-

Optional. Integer specifying the formula display level:

0:

Show Window formula (default).

1:

Show window label.

2:

Show nothing.

Example:

setwscursor(1)

 

sets the display at the command line to the Window label.

Remarks:

SETWSCURSOR applies to all Windows and controls the text that is displayed in the formula line editor for the current Window. By default, the Window formula is displayed.

 

See SETWINCURSORINFO to set the formula display level for an individual Window.

 

SETWSCURSOR is helpful when preparing screen dumps to suppress the display of long Window formulae in the line editor.

See Also:

GETWINCURSORINFO

SETWINCURSORINFO