E
Eliezer
Hello... I have a bunch of strings of differing length,
and I want to remove the leftmost eight characters from
the string. I know that RIGHT() and LEFT() can choose
which ones, but how do I "crop" characters; i.e. - remove
a specific length of characters?
in case I'm not being clear, which I think I'm not, one
example is:
15424879555555
521457555555
4797521386555555
I want to get rid of the six trailing 5's. Thanks!
and I want to remove the leftmost eight characters from
the string. I know that RIGHT() and LEFT() can choose
which ones, but how do I "crop" characters; i.e. - remove
a specific length of characters?
in case I'm not being clear, which I think I'm not, one
example is:
15424879555555
521457555555
4797521386555555
I want to get rid of the six trailing 5's. Thanks!