28.09.2011, 20:22
Quote:
Yeah i think i misunderstood you, i thought you wanted values on each line silly me.
|
Like in my code, it still loads it all correctly but it looks horribly coded in the file.
But it writes for example like this
1.2,3.4,5.9,Hello,4,1;3.7,4.8,3.1,Herro,5,2;
All in the same line, and I would like it to write like this:
1.2,3.4,5.9,Hello,4,1;
3.7,4.8,3.1,Herro,5,2;