bincompare()

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

Syntax

bincompare(binary1,binary2)

Description

Compares two binary fields, binary1 and binary2. Returns true if they are equal and false if they are not.

Fields of different length are not equal, meaning that the rule about extending the length of the shortest field does not apply in this case.

Example

Calculate lStatus as  bincompare(lBinary1,lBinary2)