MetaCard DOES have a mod function so that:

  5 mod 2 = 1

  100 mod 31 = 7    etc.

By the way, 5/2 - trunc(5/2) = 0.5 is not the definition of mod.  The correct statement would be:  

  5 - (2 * trunc(5/2)) = 1

Philip Chumbley


Philip Chumbley

Reply via email to