DECLARE FUNCTION DQBtoggleBit (BYVAL Value, BYVAL Bit)
Value - INTEGER value to toggle bit of
Bit - Bit number to toggle
An INTEGER value representing the original number with specified bit toggled.
Toggles specified bit of the given number, and returns the result.
See also DQBsetBit, DQBresetBit and DQBreadBit