11-01-2022, 11:49 PM
(This post was last modified: 11-01-2022, 11:54 PM by mnrvovrfc.
Edit Reason: Forgot the colon LOL
)
Code: (Select All)
print left$("00", 2 - len(str$(m))) + ltrim$(str$(m)); ":"; left$("00", 2 - len(str$(s))) + ltrim$(str$(s))