C
ceblaser
Is anyone aware of a quick way to remove zeros that are in front of a
number? For example, if I have the following numbers:
0000123
0001234
0012345
0123456
I want them to show up as:
123
1234
12345
123456
However, if there is a number with a zero in it I do not want to take
it out. For example, if I have
001203
I want it to show up as 1203 and not 123.
Thanks so much!!!
number? For example, if I have the following numbers:
0000123
0001234
0012345
0123456
I want them to show up as:
123
1234
12345
123456
However, if there is a number with a zero in it I do not want to take
it out. For example, if I have
001203
I want it to show up as 1203 and not 123.
Thanks so much!!!