Value = BClr ( Number , Bit )
Returns Number with its Bitth bit cleared.
Example :
PRINT BClr(15, 1) => 13 PRINT BClr(13, 1) => 13