The REM function returns the remainder after one numeric expression is divided by another.
Return Value
DECIMAL
Syntax
REM(expression1 expression2)
Parameters
REM returns the remainder of expression1 divided by expression2.
Examples
Example 8-69 Calculating a Remainder
This example illustrates the use of REM to find the remainder after 14 is divided by 5. The statement
14
5
SHOW REM(14 5)
produces the following result.
4.00
Scripting on this page enhances content navigation, but does not change the content in any way.