Wondering if anybody has any pointers for this.
I currently need to convert an integer to a three digit number as a string.
My scenario is this:
If number = 1 then it will be converted to 001
If number = 10 then it will be converted to 010
If number = 100 then it will remain 100
Thanks