da_cobra
August 24th, 2007, 12:52 PM
What if I have an integer and I want to display it begining with "0", so that the length of the string is always 3 characters?
so :
"1" becomes "001"
"50" becomes "050"
Is there a standard method that can do this, or do I have to create one myself?
so :
"1" becomes "001"
"50" becomes "050"
Is there a standard method that can do this, or do I have to create one myself?