bytecon()

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

Syntax

bytecon(binary1,binary2)

Description

Concatenates two binary fields binary1 and binary2, and returns the result.

Note that bytecon() concatenates binary2 on to the end of binary1.

Example

Calculate lNewBinary as  bytecon(lBinary1,lBinary2)