TransferTxt fixed width

jjcyeshua

New member
Local time
Today, 12:02
Joined
May 13, 2008
Messages
8
:confused::confused::confused::confused::confused:

Hi! All,

I need help on something, Currently i am trying to transfer a data into a text file using transferTxt, but no success at all. The lenght on each data(row)has 750 characters. What would be that best approach to transfer the data into a text file.

Thanks in advance...
 
Are you importing or exporting?
if importing is the data fixed with or delimited?
Does the first row contain field headings?

More info would be great.
 
Im trying to export the data into a text file, but whenever i try to i can only get up to 255 characters exported, but i need the width (which is 750 characters). Also I dont plan to export the headers. Any idea? Thanks:)
 
How are you composing the 700+ characters into a single line? is it a concatenation of serveral fields? Can you post a sample line?
 
I was able to find a way to make it happen.. I just used Space(#-len(lineresult))

Thank you so much:D
 

Users who are viewing this thread

Back
Top Bottom