ShiftRight

Description:

ShiftRight method shifts the data to the right by the number of bits specified in the parameter. If a field contained the value 0x7F and a RETRIEVE (ShiftRight 4) was done, the resulting value would be 0x07.

Parameters:

[Required]

Int

"Number of bits to shift"


Example:

FIELD minutes (Fixed 2) RETRIEVE (AndMask 0x07E0) ALSO (ShiftRight 5) (Decimal) "Minutes"