I need to create an output file with 80 character records and no carriage returns or line feeds.
Using Visual Basic 6.
I am trying to use the Open FileName for binary as #1, Put #1, , DataLine. Anytime I use a variable to hold the data that I need to write, the record contains 4 extra bytes at the start of each record. I have read in the Microsoft Knowledge base the extra bytes were add in VB6 when using the put statement.
Thanks for any help.
Loren Moore
Using Visual Basic 6.
I am trying to use the Open FileName for binary as #1, Put #1, , DataLine. Anytime I use a variable to hold the data that I need to write, the record contains 4 extra bytes at the start of each record. I have read in the Microsoft Knowledge base the extra bytes were add in VB6 when using the put statement.
Thanks for any help.
Loren Moore