I am using the following code to open a text file.
Open strSendFile For Append As #1 Len = 32767
The data I am putting in needs to be 1 long string of data but when I look at the file created the line wraps to a second line at character 1023.. Is there a means to prevent the line wrap?
Thanks
Open strSendFile For Append As #1 Len = 32767
The data I am putting in needs to be 1 long string of data but when I look at the file created the line wraps to a second line at character 1023.. Is there a means to prevent the line wrap?
Thanks