C
Christine
I have found a problem with saving as a .PRN (space-delimited) file.
If I have a field that is formatted as a Number, and it is followed by
a General format field (text), and I save as a .PRN file, the
"delimiting" space is being placed BEFORE the string, and not after!
Try this simple test.
Create a worksheet with the following cells:
one 2 three 4 five 6
Then save as a .prn ("space delimited").
You will see this as your output:
one 2three 4five 6
I know that numbers are right-justified, and therefore the PADDING
should go on the left ("before" the field data). But shouldn't the
DELIMITER always come AFTER the data, before the next field?
Is this a known bug? Or is it a "feature"? How can you get
consistent delimiters out of data that is mixed between character and
numeric? I am using Excel 2002 SP-1 (Excel 8.0). Thanks for any
assistance.
Christine Wolak -- Senior Programmer -- Axiom-corp.com
If I have a field that is formatted as a Number, and it is followed by
a General format field (text), and I save as a .PRN file, the
"delimiting" space is being placed BEFORE the string, and not after!
Try this simple test.
Create a worksheet with the following cells:
one 2 three 4 five 6
Then save as a .prn ("space delimited").
You will see this as your output:
one 2three 4five 6
I know that numbers are right-justified, and therefore the PADDING
should go on the left ("before" the field data). But shouldn't the
DELIMITER always come AFTER the data, before the next field?
Is this a known bug? Or is it a "feature"? How can you get
consistent delimiters out of data that is mixed between character and
numeric? I am using Excel 2002 SP-1 (Excel 8.0). Thanks for any
assistance.
Christine Wolak -- Senior Programmer -- Axiom-corp.com