byteset()

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

Syntax

byteset(binary,bytenumber,value)

Description

Sets byte byteNumber in binary to the specified value, operating directly on binary. Returns a Boolean (true for success).

The function operates directly on the argument, and returns 1 for success and 0 for failure.

Example

Calculate lStatus as  byteset(lBinary1,lByteNumber,lValue)