Updated
I needed a stopwatch last night, but didn't have one
Although this thread has gone quiet for a bit I noticed that there were a few possible refinements, plus a few I either dreamed up or "borrowed" from the friend with the iPhone stopwatch.
So, with
all credit to token, here's a version with:
' Ver 1.2 - Changed timing to 100th of a second
' Altered lap times to display total & individual times for laps
' Show last lap at timer stop
' Reverse Sort Table to show last lap to top (& scroll table to do this)
' Format strings to be consistent
' Added Save to CSV function
' Button Rearrangement & setting of enabled properties when appropriate
There is the odd 0.01 second disagreement in the lap vs total times, but without adding a 3rd variable for the ticks I can't see a way around this (it's the timer ticking between setting the lap time & the writing of the current time that does it).
I've tested the table display routine & it works on my TYTN2, so I'm not sure where the crash mentioned earlier in the thread might have come from.