Does RoboEmu support the modulus operator (//)? I have a statement:
Code:
if (CCDataIn <> ((PrevDataIn + 2) // 256)) then
and it give the error "Error: Variable /256 does not exist. Can't get value. While processing If @((CCDATAIN;((PREVDATAIN+2)//256)))"
Thanks for the tool, it's been a big help while we're sitting around waiting for a robot to play with.
Mike