Cant use any operand on floats
Posted: Tue Aug 01, 2017 8:21 am
With this :
I get the "Cant use any of the following operands on floats" error message for some reason
Code: Select all
Define a.b=2
Define b.b=4
Define c.f=6
#P1 = 5
#P2 = 128
If ((a & #P1) And (c>4.0)) Or ((b & #P2) And (c>5.0))
Debug "H"
EndIf