bitnot()

Function group Execute on client Platform(s)
Binary Field NO All

Syntax

bitnot(binary)

Description

Performs a 1's complement operating directly on binary. Returns a Boolean (true for success).

The function operates directly on the argument binary1, and returns 1 for success and 0 for failure.

The parameter can be a Binary or an Integer; in the case of Binary, you need to provide a variable, and not the result of a calculation.

Example

Calculate lStatus as  bitnot(lBinary)