R Rams007 Member Oct 7, 2020 #1 I thought this would be straightforward but maybe not. I just want a stopwatch kind of timer in the form 00:00:00. What's the best way to do this?
I thought this would be straightforward but maybe not. I just want a stopwatch kind of timer in the form 00:00:00. What's the best way to do this?
Erel B4X founder Staff member Licensed User Longtime User Oct 8, 2020 #2 Use a timer. Store the start time in a global Long variable. Compare it each tick and show the result with: [B4X] Convert milliseconds to string Upvote 0
Use a timer. Store the start time in a global Long variable. Compare it each tick and show the result with: [B4X] Convert milliseconds to string