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:

Operation Keyword
Set a bit OR
Toggle a bit XOR
Unset a bit AND NOT