Hello! > IF ROR(x, 31) = 1 ... > > The test should only return true if bit 31 of x is 1 *and* all the other > bits of x are zero. IF x = {31} ... ---=====--- Alexander