DECLARE FUNCTION DQBresetBit (BYVAL Value, BYVAL Bit)
Value - INTEGER variable to reset bit of
Bit - Bit number to reset, ranging 0-15
An INTEGER value representing the old variable value with specified bit reset
Call this function to zero a bit of a specified variable. This can be useful to handle boolean variables.
See DQBsetBit, DQBreadBit and DQBtoggleBit