BSet64 Function
Sets a bit in a number and returns the new value.
Syntax
BSet64 (number, bitNum)
Parameters
- number
- Specify the value to set the bit with an expression or numeric value.
- bitNum
- Specify the bit (integer from 0 to 63) to be set by an expression or numeric value.
Return Values
Returns the bit set value of the specified numeric value (integer).
See Also
BClr Function, BClr64 Statement, BSet Function, BTst Function, BTst64 Function
BSet64 Function Example
flags = BSet64(flags, 1)