F
Frommbo
I have a field with numbers in a text format. What I'm
trying to do is add zeros to the front end of numbers
under a set string length. In other words, If the set
string length is 10, I want to add zeros to the left side
of all numbers that are less than 10 characters in length
to make it into a 10 character string. This would be to
make, for example, 1234567 into 0001234567.
trying to do is add zeros to the front end of numbers
under a set string length. In other words, If the set
string length is 10, I want to add zeros to the left side
of all numbers that are less than 10 characters in length
to make it into a 10 character string. This would be to
make, for example, 1234567 into 0001234567.