DADiSP Worksheet Functions > Function Categories > Worksheet Control > MOVETO

 

MOVETO

Purpose:

Moves the Worksheet cursor to a specific Window.

Syntax:

MOVETO(win)

win

-

A Window, the Window to move to.

Example:

moveto(W3)

 

moves the input cursor to Window 3.

Remarks:

MOVETO makes the destination Window the new current Window.

 

MOVETO is particularly useful in command files. This function will only work at the initial Worksheet level, i.e. not if a Window is active. You cannot MOVETO a Window that is not displayed.

See Also:

The discussion of Command Files in the User Manual

GOTOWIN

SETWFORM