I want to save a text area as it is in to a text file. But if i use
WriteLine textFile, TextAreaText(textarea)
It doesnt read the line breaks that are included it just writes the whole thing down in one long line. Is there any way to get this working?
WriteLine textFile, TextAreaText(textarea)
It doesnt read the line breaks that are included it just writes the whole thing down in one long line. Is there any way to get this working?