◄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►