PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
WD Calculations on durations
Published by Boller
in the category Tools
New features



Description
WD Calculations on durations

//START
ChronoStart(1)
GR_STOPWATCH_STOPPED..State = Grayed
GR_STOPWATCH_IN_PROGRESS..State = Active
TimerSys(bcStopwatch, 10)


//END
// Adds the turn into the table
AddTurn()
// Calculates the sum of times and the mean of turn
CalculateStopwatch()


//STOP
// Adds the turn into the table
AddTurn()
// Calculates the sum and the mean
CalculateStopwatch()
// Stops the stopwatch and restores the controls
ChronoEnd()
GR_STOPWATCH_IN_PROGRESS..State = Grayed
GR_STOPWATCH_STOPPED..State = Active


//CLEAR
TableDeleteAll(TABLE_Durations)


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