swindow
swindow(x_windowNumber) =>w_sessionWindowID/nil
Description
Gets the window ID of a session window.
Argument
|
The session window number, displayed in the lower-left corner of the session window. For example, if the window displays 3(12), the session window number is 3. |
Value Returned
|
There is no session window that matches the window number specified. |
Example
swindow( 3 )
Related Topics
Return to top