Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
Mnemonic:
| (Delete Window) |
| Hex equivalent: | "@0E0D01@" |
| Discussion: |
This mnemonic deletes a Comet window. If multiple windows have
been created, this mnemonic deletes the most recently displayed
window.
When a window is deleted, the memory it used is returned to the amount of available window memory. To determine how much window memory remains, perform a numeric input immediately following the deletion of a window. See the window memory page for more information. If you do not need to know how much window memory remains, perform a null INPUT immediately after printing the (Delete Window) mnemonic. Also see the discussion on Comet windows. |
| Example: |
a. 100 FORMAT (Delete Window) . PRINT (0,100) INPUT (0) "" b. PRINT (0) (Delete Window) INPUT (0) "" |