J jorquerajm Member Aug 4, 2018 #1 Good morning please help me, I need to write a text to a .txt file and I have to avoid a Carriage Return Line Feed: "CRLF" in WriteLine...
Good morning please help me, I need to write a text to a .txt file and I have to avoid a Carriage Return Line Feed: "CRLF" in WriteLine...
Erel B4X founder Staff member Licensed User Longtime User Aug 5, 2018 #2 Don't use TextWriter. Create the string, preferably with StringBuilder and write it with File.WriteString. Upvote 0
Don't use TextWriter. Create the string, preferably with StringBuilder and write it with File.WriteString.