Code: Select all
Float.f=Integer&$FFFFBut we can do this:Can't use any of the following operands with floats: <<, >>, &, |, !, %.
Code: Select all
Integer=Integer&$FFFF
Float.f=IntegerCode: Select all
Float.f=Integer&$FFFFBut we can do this:Can't use any of the following operands with floats: <<, >>, &, |, !, %.
Code: Select all
Integer=Integer&$FFFF
Float.f=IntegerCode: Select all
LongA.l=2147483647
LongB.l=2147483647
Quad.q=LongA*LongB
Debug Quad.qCode: Select all
Long.l=Float.f&$FFFFCode: Select all
Long.l=Int(Float.f) & $FFFFCode: Select all
Float.f=Integer&$FFFF