ChronoStriker1 Posted August 29, 2007 Posted August 29, 2007 I need to make a 4 digit countdown that goes to 0000 how would I go about doing that so it doesnt truncate the 0 on 0999?
herewasplato Posted August 29, 2007 Posted August 29, 2007 (edited) StringFormat Edit:For $i = 99 To 0 Step - 1 ToolTip(StringFormat("%04d", $i)) Sleep(100) Nextyou can change the 99 to 9999 once you see the leading zeros Edited August 29, 2007 by herewasplato [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now