Melpher23
09-06-2003, 09:32 AM
I'm having an odd problem with a program the writes out a text file using print#.
When a fellow in Isreal uses the program, the lines in the text file have line feeds but no carriage returns. Trying to force the issue by printing chr$(13) & chr$(10) doesn't work either.
I have to assume that it's due to a difference in character sets. I tried a test where I wrote a text file out in binary mode, and that seems to work, but there must be a better way.
Thanks for your help.
When a fellow in Isreal uses the program, the lines in the text file have line feeds but no carriage returns. Trying to force the issue by printing chr$(13) & chr$(10) doesn't work either.
I have to assume that it's due to a difference in character sets. I tried a test where I wrote a text file out in binary mode, and that seems to work, but there must be a better way.
Thanks for your help.