qb45qck.hlp (Table of Contents; Topic list)
MOD Arithmetic Operator
MOD Arithmetic Operator
 
Syntax
  numeric-expression1 MOD numeric-expression2
 
The modulus or "remainder" operator. Divides one number by another
(rounding real values to integers, if required) and returns the
remainder. For example, 19 MOD 6.7 equals five.