PRINTWINDOW
Prints any open graphic or text window.
Syntax:
PRINTWINDOW winnum
Discussion:
The winnum value may be either an integer or an expression that evaluates to an integer. The integer winnum corresponds to the window number that should be printed. OpticStudio numbers windows sequentially as they are opened, starting with 1. Any closed windows are deleted from the window list, without renumbering the windows which remain. Any windows opened after another window has been closed will use the lowest window number available.
Example:
PRINTWINDOW 5
Next: