MOD(
General Form:
MOD(numeric_expression, numeric_expression)
The MOD( function calculates the remainder or modulus when the first numeric expression is divided by the second. The MOD( function is valid wherever a numeric expression is valid.
Syntax examples:
answer = MOD(500,test)
result = MOD(cat(5),20)