Subj : Re: Need help with converting float to string To : borland.public.cpp.borlandcpp From : Jeff Baker Date : Sat May 22 2004 04:24 pm Never mind that, I see what you mean. It works! Thanks a bunch! - Jeff Baker "Jeff Baker" wrote in message news:40ae62e9@newsgroups.borland.com... > 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 > > > > > > > > .