Skip to content
Tristan Hume edited this page Apr 23, 2012 · 2 revisions

#Window.Select

##Syntax Window.Select (windowID : int)

##Description The Window.Select selects the window that output is to be sent to.

A selected window is defined as the window that output will be sent to. It can be invisible. When a program starts execution, the selected window is the main Run window.

##Status Exported qualified.

This means that you can only call the function by calling Window.Select, not by calling Select.

##See also and window_setactive.html.

Clone this wiki locally