B
Beebs
If I have the following string "00038975" how can I iterate through
the characters and return all but the leading zeros? I need "38975"
to be returned from the original string.
Thanks
the characters and return all but the leading zeros? I need "38975"
to be returned from the original string.
Thanks