View Single Post
  #17   Spotlight this post!  
Unread 16-01-2003, 22:01
Mike Soukup's Avatar
Mike Soukup Mike Soukup is offline
Software guy
FRC #0111 (Wildstang)
Team Role: Engineer
 
Join Date: May 2001
Rookie Year: 1996
Location: Schaumburg, IL
Posts: 797
Mike Soukup has a reputation beyond reputeMike Soukup has a reputation beyond reputeMike Soukup has a reputation beyond reputeMike Soukup has a reputation beyond reputeMike Soukup has a reputation beyond reputeMike Soukup has a reputation beyond reputeMike Soukup has a reputation beyond reputeMike Soukup has a reputation beyond reputeMike Soukup has a reputation beyond reputeMike Soukup has a reputation beyond reputeMike Soukup has a reputation beyond repute
Modulus operator?

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