I have a timer that is used as a stopwatch. I'd like for it to capture and display seconds only up to three digits? Is there a way to achieve this.
I have tried changing
Time(0, 0, Self.Value/1000), "hh:mm:ss"))
to
Time(0, 0, Self.Value/1000), "sss"))
but that did not work.

Report
All responses (
Answers (