Difference between revisions of "Bitmasks"

From HashVB
Jump to: navigation, search
 
(No difference)

Latest revision as of 15:47, 2 December 2009

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