OWBasic for Pocketviewer

Home INTRO Group SYSTEM Alphabetical Index

Timer

STARTTIMER
STOPTIMER
TIMER#()

The Timer measures the time in seconds.
STARTTIMER starts the Timer sets it to zero.
STOPTIMER stops the timer.
The function TIMER#() returns the current time. This is a floating point value with a system dependend accuracy.

Problems of using TIMER#() in conjunction with SYNC are described in SYNC.


  • SYNC - Synchronizing with internal clock
  • TIME - Time and Date
Home INTRO Group SYSTEM Alphabetical Index