DADiSP Worksheet Functions > Function Categories > Worksheet Control > GOTOWINDOW

 

GOTOWINDOW

Purpose:

Moves the Worksheet cursor to the specified Window.

Syntax:

GOTOWINDOW(win)

win

-

Optional. A Window. Defaults to the current Window.

Example:

gotowindow(W3)

 

moves the Worksheet cursor to Window 3.

Remarks:

Unlike MOVETO , GOTOWINDOW can move to hidden Windows.

See Also:

MOVETO

POPWINDOW