03-02-2010, 05:19 PM
Version zxb 1.2.5-r1489
Returns
3.5
229376
I think it's getting bit converted to a long. If I do cast(fixed,int(a))) I get back 3.5
Code:
DIM a as fixed
LET a=3.5
print a
print INT(a)
Returns
3.5
229376
I think it's getting bit converted to a long. If I do cast(fixed,int(a))) I get back 3.5