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.

Examples

PRINT BClr(15, 1)

13

PRINT BClr(13, 1)

13

See also

Bits Manipulation Functions  Logical Operators