Home / lang / bclr 
BClr
Syntax
Value = BClr ( Number AS Integer , Bit AS Integer ) AS Integer

Returns Number with its Bitth bit cleared. The bit number of the least significant bit is 0.

Example
PRINT BClr(15, 1)

13

Example
PRINT BClr(13, 1)

13


See also
Bits Manipulation Functions  Logical Operators