Hello All,

This is really bugging me, and it is imperative to the survival of my project that I get it right.

I have a few numbers:

000
001
...
009

but when i convert them to a string it takes away the zero's at the front.. so my nice numbers turn to this :

0
1
.
9

Can someone PLEASE help me out.. is there ANY way around this..

Thanks..