Value = Rol ( Number , Bits )
Returns Number , Bits bits left rotated.
Example :
PRINT Hex$(Rol(&H12345678, 4)) => 23456781