i wrote something to convert a string to a double, no probs there, but i cant reverse the process. i definitely need to be able to convert a double to a string, there is no way around it. any ideas on how to do it?

i thought it might involve iterating through % operations, working from 10^0 through to 10^(number of digits) but im a little unsure of how this will work, plus there is the problem of a decimal point. i wont have to worry about doubles with exponents, so i guess that simplifies it a little

any ideas?