C
Cheryl
I need to append data to a database, but the number format in the
sending database is padded and spaced differently than the receiving
database. I need to convert this:
3XA-04-00074CR (could have up to 4 leading zeros)
to this:
3XA-04-74 CR
Thank you for any help you can provide.
sending database is padded and spaced differently than the receiving
database. I need to convert this:
3XA-04-00074CR (could have up to 4 leading zeros)
to this:
3XA-04-74 CR
Thank you for any help you can provide.