G
Guest
I need to truncate the last few digits of a record, back to where the first
space occurs from the end of the record. For instance for:
AM 1 I need AM returned
AM 10 I need AM returned
Pen Spec 5 I need Pen Spec returned
Pen Spec 32 I need Pen Spec returned
How do I search for the first space in the record, starting from the end of
the record, and truncating every up to that point, including the space?
Thanks for your help.
space occurs from the end of the record. For instance for:
AM 1 I need AM returned
AM 10 I need AM returned
Pen Spec 5 I need Pen Spec returned
Pen Spec 32 I need Pen Spec returned
How do I search for the first space in the record, starting from the end of
the record, and truncating every up to that point, including the space?
Thanks for your help.