Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
The Create Window mnemonic creates a legacy window.
Comet windows may be created with a different color scheme than the underlying display. See Setting window colors.
Also see Deleting windows.
Example:
PRINT (0) (Create Window=2,3,70,20) INPUT (0) ""
This instruction creates a window from column 2, row 3 (the upper left corner) to column 70, row 20 (the lower right corner).
The INPUT (0) "" statement lets the program bypass the value that is returned by the (Create Window) mnemonic. For more information, see the window memory page.