int32 Cat4Chrs(a,b,c,d);
Constructs an int32 parameter from four uInt8 parameters, with the first parameter as the high byte and the last parameter as the low byte.
| 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. | 
The resulting int32.