Saving a text area

BlitzPlus Forums/BlitzPlus Programming/Saving a text area

MattVonFat(Posted 2004) [#1]
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?


GfK(Posted 2004) [#2]
Haven't got Blitzplus any more, but, have you tried WriteString?


MattVonFat(Posted 2004) [#3]
No that has some breaks but some parts are messed up and dont make sense.