S
Steven
I am using the following but I do not like it because it
is not consistent.
Dim Timer as Double
Timer = Second(Time)
Do Until Timer = Second(Time) + 1
Loop
This is not consistent because it may not count a full
second depending on how close the second was to the next
second when you assigned the value to Timer.
How do you time an actual one second of time?
Thank you.
Steven
is not consistent.
Dim Timer as Double
Timer = Second(Time)
Do Until Timer = Second(Time) + 1
Loop
This is not consistent because it may not count a full
second depending on how close the second was to the next
second when you assigned the value to Timer.
How do you time an actual one second of time?
Thank you.
Steven