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