I need to convert a double to a string. The documentation says that StrPrintF supports only a subset of the sprintf-function, and unfortunatly not the double conversion.
Any ideas on how to do this?
I've tried including stdio.h and using the original sprintf(), but that doesn't seem to work as it should. I'm using a FlpCompDouble type (passing the .d part to sprintf), but for a format string like "%.2f" (or "%.2l") I only get "%" as string.
Oh, and I'm using GCC.
Thanks, Jan
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
