Greetings!

Now I am at writing into a file. My file is a simple plain text file, with ".dat" extension. There's only one problem with it.

I cannot make a new line in the file. I use the "\r\n" character as the ending of a line. But instead of writing the following data into the next line, it writes only small squares (special character) into the file.
How can I make a new line?

Thanks for the help again, and this time there's no poll
Han