PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
WD Managing the timers
Published by Boller
in the category Tools
New features



Description
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

Illustrations, screen shots
none
none
User reviews
(To evaluate this resource, click 'Write a review')
No review or comment? Be the first one!