C
Chris Fromm
How would I go about trimming off only certain trailing
numbers from a non-fixed width field? In other words, if
I want to trim off "999" everytime it occurs at the end
of a number, no matter how long the number string is,
what should I do?
numbers from a non-fixed width field? In other words, if
I want to trim off "999" everytime it occurs at the end
of a number, no matter how long the number string is,
what should I do?