Cat4Chrs (LabVIEW Manager Macro)

int32 Cat4Chrs(a,b,c,d);

Purpose

Constructs an int32 parameter from four uInt8 parameters, with the first parameter as the high byte and the last parameter as the low byte.

Parameters

Name Type Description
a uInt8 High order byte of the high word of the resulting int32.
b uInt8 Low order byte of the high word of the resulting int32.
c uInt8 High order byte of the low word of the resulting int32.
d uInt8 Low order byte of the low word of the resulting int32.

Return Value

The resulting int32.