A
Anil Gupte
This is somethings I used to do often in other languages (such as Lisp), but
don't know how to do in VB.
I want to check if a certain bit (flag) is set. For example if I want to
check whether the 2nd bit is set, I compare it to binary 2
7 and 2 should return true (111 AND 010 = true)
How does one do this in VB?
Thanx,
don't know how to do in VB.
I want to check if a certain bit (flag) is set. For example if I want to
check whether the 2nd bit is set, I compare it to binary 2
7 and 2 should return true (111 AND 010 = true)
How does one do this in VB?
Thanx,