G
Guest
Hello all,
access97
I need to export some data fixed width and in one stream. The stream will
be 128 charters long. I have used the
xxx.txt for output as OP
and then
Print OP, F1, F2, F3, etc.
Data would look like this:
F1F2F3F4F5, etc.
My question is how do I make the fields be a certain length and not change
when they are null, or numeric?
Also, is there a better way to export this out besides using the method above?
access97
I need to export some data fixed width and in one stream. The stream will
be 128 charters long. I have used the
xxx.txt for output as OP
and then
Print OP, F1, F2, F3, etc.
Data would look like this:
F1F2F3F4F5, etc.
My question is how do I make the fields be a certain length and not change
when they are null, or numeric?
Also, is there a better way to export this out besides using the method above?