bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
EVENT Statements
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
EVENT ON
EVENT OFF
 
    ■ EVENT ON    Enables trapping of events until BASIC encounters the
                  next EVENT OFF statement.
    ■ EVENT OFF   Disables trapping of events until BASIC encounters the
                  next EVENT ON statement.
 
See Also    ON COM       ON KEY      ON PEN      ON PLAY
            ON SIGNAL    ON STRIG    ON TIMER    ON UEVENT