From koffice Wed Aug 29 09:42:11 2001 From: Werner Trobin Date: Wed, 29 Aug 2001 09:42:11 +0000 To: koffice Subject: Re: Pb with kspread X-MARC-Message: https://marc.info/?l=koffice&m=99907830409058 Yann Collete wrote: > > Hello, > > I've got a problem with kspread-koffice-1.1. > The following formula is FALSE: > =((0,07*100)==7) > I use koffice-1.1 on a Debian-2.2 with qt-2.3.1. As temporary workaround I suggest using: =(0,07*100).toInt()==7 ...which returns true here. I'm working on a real fix. Ciao, Werner