Im trying to write a String into a file on a SDcard. Each time i write to it it starts on a new line, but i would like to be able to tell when I want a new line to make the data a little bit more readable. Tabs would be nice too.
\n does not work, but it does not show up in the file ider..
with the somefile.println(); i will get a linefeed only after the howl row is inserted. when i check the textfile i cant see the \n in the file, so the textfile has recogniced them as commands atleast.
i have a computer with swedish on it, if that makes any difference? in old basic you could add a chr(50) to get a linefeed within a text.
I want to save everything to this file as there will be hundreds of datas read, and I feel that opening and closing the SD card that many times seems like a bad idea.