Rotate the bits of a BYTE numeric value by n positions to the Right.
Syntax:
nRRotByte(<nByte> , <nPositions> )
Parameters:
<nByte>
Numeric integer value. Only the first BYTE will be significant.
<nPositions>
Number of positions to rotate the bits of <nByte>
Return Value:
Numeric value resulting of the BYTE conversion and Right rotation.