DQBresetBit
FUNCTION

Prototype

DECLARE FUNCTION DQBresetBit (BYVAL Value, BYVAL Bit)

Parameters

Value - INTEGER variable to reset bit of

Bit - Bit number to reset, ranging 0-15

Returns

An INTEGER value representing the old variable value with specified bit reset

Description

Call this function to zero a bit of a specified variable. This can be useful to handle boolean variables.

Notes:

See DQBsetBit, DQBreadBit and DQBtoggleBit