{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Operator "mod"

This operation is a modulo operation, that is, it returns the remainder of the integer division of the first operand by the second. For example, 12 mod 5 would return 2, since 12 divided by 5 is 2 with remainder 2.

Usage:

number mod number      // Returns number
currency mod number    // Returns currency
currency mod currency  // Returns number

Returns:

Depends on operand value types

Examples:

3 mod 1       // Returns 0
03 mod 2      // Returns 1
185 mod 43    // Returns 13
$42 mod $15   // Returns $12
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - Modulo operator