Odd sprintf behaviour

PaulS:
Suppose cTemp is 12.07. What gets put in currTemp?

LOL! Good point... never thought about that.

I suppose a few more lines of code to check for "cTemp1 < 10" and then adding an ascii 0 kludge is SO much better than using "printf (%5.2f)" :slight_smile: