C_BLOB($1;$2) C_BOOLEAN($0) $0:=True If (BLOB size($1)=BLOB size($2)) For ($vByte;0;BLOB size($1)-1) If ($1{$vByte}#$2{$vByte}) $0:=False $vByte:=BLOB size($1) End if End for Else $0:=False End if