rotateright

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

rotateright <intvar> <intval> <count>

Remarks

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

Example

rotateright b $00000008 4
sprintf '0x%08x' b
messagebox inputstr '0x80000000'