problem with the serial monitor

Hello everyone, I am having some problems with the serial monitor. I can get it to show the data, but even when I have it set for "newline" it just continues printing in the same line, making it very diffucult to read the values.

Is there a solution for my problem, and are there others than me having the problem?

Best regards, Jens

Hello
Are you using the "Serial.println" function instead on "Serial.print"?

I am using the Serial.print

edit

It is working now, when i use the "Serial.println". Don't know what I did, i tried both Serial.print and Serial.println before and neither worked.