BClr

Wert = BClr ( Zahl , Bit )

In der Zahl wird das Bit an der Position Bit gelöscht.

Examples

PRINT BClr(15, 1)
13

PRINT BClr(13, 1)
13

Siehe auch