Ror

Value = Ror ( Number , Bits )

Returns Number , Bits bits right rotated.


Example

PRINT Hex$(Ror(&H12345678, 4))

81234567


See also

AND, BChg, BClr, BSet, BTst, NOT, OR, Rol, Shl, Shr, XOR


Previous: Rol Next: Round