Description:
ShiftLeft method shifts the data to the left by the number of bits specified in the parameter. If a field contained the value 0x7f and a RETRIEVE (ShiftLeft 4) was done, the resulting value would be 0xf0.
Parameters:
|
[Required] |
Int |
"Number of bits to shift" |
|
Example:
FIELD service_key (Fixed 0) RETRIEVE (AddIntegerToField 0xFFFF instance_id) ALSO (ShiftLeft 8) (Hex) SUPPRESS_DETAIL