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.
ON TIMER Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
ON TIMER(n&) GOSUB {linenumber | linelabel}
 
    ■ n&               A numeric expression with a value between 1 and
                       86,400 (24 hours). The number of seconds in the time
                       interval.
    ■ linenumber or    The first line of the event-handling routine to
      linelabel        branch to when n& seconds have passed.
 
See Also    TIMER Statements    EVENT