:CURRENT.WINDOW
Syntax MAKE "CURRENT.WINDOW windowname
 
Explanation

The system variable :CURRENT.WINDOW contains the name of the currently active window. This is the frontmost window which receives all keyboard and mouse input. Setting the value of this variable to the name of a different window causes that window to become the frontmost window.

Examples MAKE "CURRENT.WINDOW "GRAPHICS

TopIndex