Question about numbers
#1

ok I have this counter that is counting down and when it hit number like 1,2...9 it give me something like this as and output

Код:
2:0:1
I want the number to appear like this

Код:
2:00:01
Reply
#2

Use this pattern:
pawn Код:
"%d:%02d:%02d"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)