Alright so here's my problem: I'm doing some math functions that require decimal places, so i'm using double right now to define the varibles. However i'm using an LCD display that requires the information to be in Char format for me to correctly display them. So how can I convert a decimal number, such as 4.294882, to char format? And in that instance i would need each number to be in an array of chars. So i need to convert a 32 bit double number to 8 individual chars so that i can output them. Is it possible? I don't know...but if it is you guys should help!! Thanks a bunch

~Mike


p.s. If this isn't possible that would be good to know too, but i'm pretty sure it is possible...i just wish i knew how to do it!