bitor()

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

Syntax

bitor(binary1,binary2)

Description

Performs an inclusive-OR on binary1 and binary2, and returns the result.

Example

Calculate lStatus as  bitor(lBinary1,lBinary2)