DQBtoggleBit
FUNCTION

Prototype

DECLARE FUNCTION DQBtoggleBit (BYVAL Value, BYVAL Bit)

Parameters

Value - INTEGER value to toggle bit of

Bit - Bit number to toggle

Returns

An INTEGER value representing the original number with specified bit toggled.

Description

Toggles specified bit of the given number, and returns the result.

Notes:

See also DQBsetBit, DQBresetBit and DQBreadBit