MOD

From ISV Support Wiki

MOD
Jump to: navigation, search

The MOD function returns the remainder after dividing the first argument by the second argument.

Syntax

MOD(number, divisor)

Return

A number

Example

MOD(7, 2) = 1
MOD(14, 5) = 4
Views
Categories
Personal tools