[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TIMER                    Enable/Disable Timer Trap                  Statement

 TIMER {ON | OFF | STOP}

    Enables or disables event trapping via ON TIMER.

          ON    Causes QB to check the timer.

         OFF    Causes QB not to check the timer. This is the default
                condition.

        STOP    Also disables trapping, but QB continues checking. If the
                specified amount of time has elapsed, a subsequent TIMER
                ON results in an immediate trap (provided an ON TIMER
                statement with a nonzero line number has been executed).

   ----------------------------------------------------------------------

      Notes:    If the "Checking Between Statements" option is in effect,
                QB checks after each statement. If the "Event Trapping"
                option is selected, QB checks after each new program line.
                If neither option is selected, no trapping takes place.

                For command-line compilation, /v enables checking after
                each statement, and /w enables checking after each new
                line. If neither switch is used, no trapping takes place.

See Also: ON TIMER
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson