Hey tarek2, here I am again hahaha
I got into a little problem with the timer again. It works perfectly with numbers below 10, but when it displays a timer of 10 or above, it shows only "10." and doesn't show the decimals... so I figured if I changed the "left(biggergaps_timer, 3)" to "left(biggergaps_timer, 4)" it would work, and it actually did. But now, when timer hits below 10, it shows 2 decimals... like 9.99 > 9.98 > 9.97 and so on. Any way to fix it?
Hi andreluizgollo
Try this and see if it works
Replace the set txt to: left(Timer, 3)
For this>>>> set Txt to: left(Timer, len(tokenat(Timer, 0, "."))+2)
I haven't Test it fully but it should work, let me know how it goes