Explanation
TIMER Function
Returns the number of seconds elapsed since midnight.Worth knowing
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
TIMER |
Use TIMER to time programs or parts of programs, or with the RANDOMIZE statement to seed the random-number generator. |
RANDOMIZE TIMER
See also: | RANDOMIZE, RND | TIMER, ON TIMER |