faustf Posted January 16, 2012 Share Posted January 16, 2012 hi guy how is possible print in msgbox 0 before number ??? exemple : i have 000000 and want add 1 do 00000 + 1 = 1 (in normal mode) but i want have like result 0000+1=0001 how can do this ?? ? Link to comment Share on other sites More sharing options...
taietel Posted January 16, 2012 Share Posted January 16, 2012 $iNumber = 1 MsgBox(0,"",StringFormat("%06d",$iNumber)) Things you should know first...In the beginning there was only ONE! And zero... Progs: Create PDF(TXT2PDF,IMG2PDF) 3D Bar Graph DeskGadget Menu INI Photo Mosaic 3D Text Link to comment Share on other sites More sharing options...
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