I'm using GNUC... version 0.5.0. All I want to do is have a field object
that can accept and display a "double" or "float" value.

   Since StrPrintF does not support %f, Are there any libraries out there
that support converting floating point values to a formated ASCII string?
There is FplFToA, but that puts it in a non-formated cryptic string
([-]x.yyyyyye[-]zz .. yuck). Even more, I don't want the user to have to
type in that format on input. I suppose I could convert it myself.. I'm
wondering if there is an easier way. Am I missing something?


  Thanks.



Reply via email to