> What if I want to pad a number with zeros in the other 
> direction?  I.E:
> 524 becomes 00524

printf() / sprintf() is your friend.

Chris

Reply via email to