If for example...
Seconds=3
Minutes=7
Hours=4
then using the formatting string... #Hours,":",#Minutes,":",#Seconds
... would normally give you 4:7:3
but if you use... DEC2 Hours,":",DEC2 Minutes,":",DEC2 Seconds
then you will get... 04:07:03
If for example...
Seconds=3
Minutes=7
Hours=4
then using the formatting string... #Hours,":",#Minutes,":",#Seconds
... would normally give you 4:7:3
but if you use... DEC2 Hours,":",DEC2 Minutes,":",DEC2 Seconds
then you will get... 04:07:03
Bookmarks