WD Managing the timers
// ----------------------------------------------------------------
// --------------------- GLOBAL VARIABLES -----------------------
// ----------------------------------------------------------------
TimerSys("DisplayTime",100,1) // Declare the timer "1",
// Timer "1" will run the "DisplayTime" procedure
// every 100 hundredths of a second
// ----------------------------------------------------------------
// ----------------------- RUN CODE ---------------------------
// ----------------------------------------------------------------
// Stop the timer "1"
EndTimerSys(1)
// ----------------------------------------------------------------
// ----------------------- RUN CODE ---------------------------
// ----------------------------------------------------------------
TimerSys("DisplayTime",100,1)
// Declare the timer "1",
// Timer "1" will run the "DisplayTime" procedure
// every 100 hundredths of a second