{{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 and multiplies the result by 100, thereby effectively calculating the ratio of the first to the second value in percent.

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 % 50    // Returns 16.8
1 % 2       // Returns 50
$8.40 / 10  // Returns 84
$42 / $21   // Returns 200
SEP IT AG
sep.ch verwendet Cookies und ähnliche Technologien, um das Nutzererlebnis auf unserer Webseite zu verbessern und unseren Datenverkehr zu analysieren. Mehr Informationen in unserer Datenschutzerklärung


Help - Percent operator