bitand()

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

Syntax

bitand(binary1,binary2)

Description

Performs an AND operation on binary1 and binary2, and returns the result.

Example

Calculate lNewBinary as bitand(lBinary1,lBinary2)