Hey all.
I'm having an issue. I have a 4 digit numeral, say, "0000". If I increment it by one, it naturally sets it to "1" instead of "0001". Is there a quick way to set a string size for an integer so I don't have this problem?
Thanks.
-- Chris Bergstrom
In first place, you don't have 0001, you have 1. if you want to print a formated string, there's a function for you, printf. Check out the manual.