Bitmasks

From HashVB

Jump to: navigation, search
float
 This article is based on Visual Basic 6. Find other Visual Basic 6 articles.
 This article is currently work in progress. Please come back later.

VB uses the same bitwise operators as for Logical operations

The operators can be used as follows:

OperationKeyword
Set a bitOR
Toggle a bitXOR
Unset a bitAND NOT
Personal tools