rotateleft

Rotates (circular shifts) to left. (version 4.54 or later)

rotateleft <intvar> <intval> <count>

Remarks

Rotates (circular shifts) <intval> <count> digits to left, and returns it in the integer variable <intvar>.

Example

rotateleft b $80000000 4
sprintf '0x%08x' b
messagebox inputstr '0x00000008'