bas7qck.hlp (Table of Contents; Topic list)
TIMER Statements
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
TIMER ON
TIMER OFF
TIMER STOP
 
    ■ TIMER ON      Enables timer-event trapping.
                    statement.
    ■ TIMER OFF     Disables the event trap. Even if an event takes
                    place, it is not remembered.
    ■ TIMER STOP    Suspends the event trap. Any events that occur are
                    remembered and are trapped as soon as a TIMER ON
                    statement is executed.
 
See Also    ON TIMER    TIMER Function