Mod (Reserved Word)

image\trumpet2.gif Disclaimer

Divides two numbers and returns the remainder as a positive number.

Mod(Num, Divisor)

Where Num is a numeric expression to be used in the calculation and Divisor is a numeric expression representing the divisor.

Examples

Mod(17, 5) returns a value of 2.

Mod(457, 9) returns a value of 7.