[Gambas-user] could it be a BUG?

johnf jfabiani at ...1109...
Mon Jan 2 19:27:33 CET 2006


On Monday 02 January 2006 09:02, tetsuo wrote:
> DIM tempBUG AS Float
>
>    tempBUG = 200 * 0.07
>    tempBUG = tempBUG - 14

I can confirm that tempBUG is not zero. I'm a newbie and I might be missing 
something.  But I think this is a bug???

But this works:
DIM tempBUG, mynum AS Float

   tempBUG = 200 * 0.07
   mynum = 200 * 0.07
   tempBUG =  (tempBUG) - mynum
   message(Str(tempBUG))  ' messagebox prints 0

I'm using 1.9.23
John








More information about the User mailing list