bitxor()

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

Syntax

bitxor(binary1,binary2)

Description

Performs an exclusive-OR (XOR) on binary1 and binary2, and returns the result.

Example

Calculate lNewBinary as  bitxor(lBinary1,lBinary2)