WriteLine Method with no New Line(?)
I am storing some text into a txt file from the internet using the WriteLine() function. It automatically writes a new line character onto the text file. Is there a way to get it to not do this or someway to strip that new line character off before it saves the txt file?
|