BClr64 Statement
Clears one bit in a number and returns the new value
Syntax
BClr64 (number, bitNum)
Parameters
- number
- Specify the numeric value to clear the bit by an expression or numeric value.
- bitNum
- Specify the bit (integer from 0 to 63) to be cleared by an expression or numeric value.
Return Values
Returns the new value of the specified numeric value (integer).
See Also
BClr, BSet, BSet64, BTst, BTst64
BClr64 Function Example
flags = BClr64(flags, 1)