On Don, 23 Mär 2000, Uwe Thiem wrote: > I'm unhappy with KConfigBase::writeEntry() for floating point numbers. > It just uses the default precision which, in some cases, is a bit too > unprecise. ;-) 6 digits is unprecise? hmmmm. why not simply use sprintf("%g") instead? that way it uses any precision it requires. Dirk