QB64 BUG

by qbguy (no login)

Program producing the bug:

DIM a AS DOUBLE, b AS DOUBLE
a = .5#
b = .01#
PRINT INT(a / b)

Result in QBASIC: 49
Result in QB64: 50

Posted on Jun 21, 2008, 5:31 AM
from IP address 75.0.227.216

Respond to this message   

Return to Index


Response TitleAuthor and Date
*That's a bug I'd be happy to have! on Jun 21
 * Yeah, keep it the way it is, displaying 50.qbguy on Jun 21
  New idea... Start reporting these things as QBasic bugs... on Jun 25