B
benjamisd
I am trying to remove leading and trailing zeros (0) from a text string. As
example, I would like the text 0000012345 to be reduced to just 12345. I
have tried the trim, LTrim and RTrim function, but this appears that they
only remove blank spaces.
example, I would like the text 0000012345 to be reduced to just 12345. I
have tried the trim, LTrim and RTrim function, but this appears that they
only remove blank spaces.