Sometimes you want your numerical out put to look something like "000345" instead of the brief "345". You achieve this by adding the appropriate number of zeroes in front of your number. How?
The following code gives the desired result:
The above code may be modified to suit your own application.
-oOo-
Back to Tips and Tutorials