Splitting the string and adding "\n" should be easy ... but I'd like to avoid using many string operations as they are slow.
I prefer the direct way using "\n", but I don't know why it's not converted when reading the string from a file yet.
I'll try "\r\n" later on ... I hope that this doesn't cause into a linebreak in my textfile :-)