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

Operator "/"

This operation divides the first operand by the second operand.

Usage:

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

Returns:

depends on operand value types

Examples (Same in Basic and Crystal syntax):

8.4 / 0.2    // Returns 42
1 / 2        // Returns 0.5
$8.40 / 0.2  // Returns $42
$42 / $21    // Returns 2
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 - Divide operator