J
Jurgen Oerlemans
Hello ,
I use the following to write to a file:
FileOpen(1, FileName, OpenMode.Output) ' Open file for output.
WriteLine(1, TextBox11.Text)
WriteLine(1, "Test text")
FileClose(1)
In the text file each line begins with " (double quote) and ends with ".
Is there a way to write to a file without the double quotes?
Best regards, Jurgen Oelremans
I use the following to write to a file:
FileOpen(1, FileName, OpenMode.Output) ' Open file for output.
WriteLine(1, TextBox11.Text)
WriteLine(1, "Test text")
FileClose(1)
In the text file each line begins with " (double quote) and ends with ".
Is there a way to write to a file without the double quotes?
Best regards, Jurgen Oelremans