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

Negate Operator "-"

This operation is equivalent to "0-number", that is, it inverts the sign of the number from + to - or vice versa.

Usage:

  -number    // Returns number

Returns:

Number

Examples (Same in Basic and Crystal syntax):

  -(42)      // Returns -42
  -555       // Returns -555
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 - Negate operator