This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||
|
4D v20 R7
MOD
|
|
||
The MOD function returns the remainder of the first arithmetic_expression divided by the second arithmetic_expression.
This example returns the remainder of 10 divided by 3:
MOD(10,3) `returns 1
Product: 4D
Theme: Functions
4D SQL Reference ( 4D v20 R7)