* *
*
* * News
 • Daily news
 • Archived news

Columns
 • WildCard
 • Qbasic Articles
 • QB Comic!

Learning center
 • QB Books
 • Qbasic Lessons!
 • Qbasic FAQ
 • Newbies Section
 • Qbasic Tutorials

* *
*
*
*
*  
.OFF Keyword - Different Usesi

OFF Keyword - Different Uses
  þ The OFF keyword is used in various statements to disable trapping of
    the following events:
      COM(n) OFF   - events on communications port n
      KEY(n) OFF   - a keypress event on key n
      PEN OFF      - lightpen events
      PLAY OFF     - background music buffer events
      STRIG(n) OFF - events on joystick trigger n
      TIMER OFF    - timer events
      UEVENT OFF   - user-defined events
  þ The OFF keyword is also used to turn off the display of soft-key
    assignments on the bottom line of the screen:
      KEY OFF
* * ** * * * *