I was thinking StringFormat() or StringTrimLeft() but, StringTrimLeft() Wouldn't be accurate, if you took more than 99 seconds. I just need to display the seconds, and 2 digits after it. So it shows like this: $Time = TimerInit() Sleep(15000) MsgBox(0, "", TimerDiff($Time)) And, I need that to display 15.00 If anyone could help with this topic, thanks. I wish I could learn StringFormat() It's complicated though.