change float value from dot/sentence to comma.

Hi all.

I am using the simple arduino SD datalogger sketch (for temp logging). It works.
Then i dump the data to openoffice calc program to write out the grafical reading of temp over time.
Problem is that openoffice cant make a kurve of the floatingvalue when ther is a dot/sentence in the value.
It has to be a comma. Anyone knows to fix this?

ig. 1.2345 to 1,2345.

Rgs. Murdock

As far as C and the Arduino goes, I'm not sure how to change that.

You can however, use the find/replace tool in the Office suit to replace all the "." with ",". It should work since it will assume that a value with "." is text and not a number.