BClr

Value = BClr ( Number , Bit )

Returns Number with its Bitth bit cleared.


Example

PRINT BClr(15, 1)

13

PRINT BClr(13, 1)

13


See also

AND, BChg, BSet, BTst, NOT, OR, Shl, Shr, XOR


Previous: BChg Next: Bin$