Rol

Value = Rol ( Number , Bits )

Returns Number , Bits bits left rotated.


Example

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

23456781


See also

AND, BChg, BClr, BSet, BTst, FALSE, NOT, OR, Ror, Shl, Shr, TRUE, XOR


Previous: Rnd Next: Ror