Subj : Re: Need help with converting float to string To : borland.public.cpp.borlandcpp From : Jeff Baker Date : Sat May 22 2004 04:14 pm Thanks for the quick reply. Your idea works in console programs but this is a GUI with formatted output so I cant use any of the printf functions. Any other ideas? " Bruce Salzman" wrote in message news:40ae613a$1@newsgroups.borland.com... > sprintf(string, "%3.2f", data); > > Regards, > Bruce > > > .