Hello,
I'd like to append a Zero to the left of any 4 digit numbers.
Example:
2345 -> 02345
23 -> 23
54354 -> 54354
How is this possible? Thanks!
I'd like to append a Zero to the left of any 4 digit numbers.
Example:
2345 -> 02345
23 -> 23
54354 -> 54354
How is this possible? Thanks!