J
JHardy
I need text to number format preceeding with zeros or text to be right
justified or preceed with zeros. I am importing a raw txt file into a dbase
but there is one field I need changed to right justified. After I make a few
other changes I need to export back to a TXT file with the following change.
Example A. # or txt 1 changed to 0001
EXample B. #1 right justified
I actually need to convert this TXT record ,
001|12|0007154700100|1|0007154700100|3.0|JL SLINKY-BOXED|
To this TXT record
001120007154700100 100071547001003.0 JL SLINKY-BOXED
Hope someone understands this mess I tried to explain
Thanks
justified or preceed with zeros. I am importing a raw txt file into a dbase
but there is one field I need changed to right justified. After I make a few
other changes I need to export back to a TXT file with the following change.
Example A. # or txt 1 changed to 0001
EXample B. #1 right justified
I actually need to convert this TXT record ,
001|12|0007154700100|1|0007154700100|3.0|JL SLINKY-BOXED|
To this TXT record
001120007154700100 100071547001003.0 JL SLINKY-BOXED
Hope someone understands this mess I tried to explain
Thanks