Hello everyone - It is obvious to me that the code below can change the value of iSelectedSpur to (2 to the power of isorttype). What I DONT understand is the use of OR
WHICH value gets assigned... is it always the HIGHER value?
Thanks for any help. John
If isorttype <> 0 Then
********* This is the statement I don't understand *******
iSelectedSpur = iSelectedSpur Or 2 ^ isorttype
End If
WHICH value gets assigned... is it always the HIGHER value?
Thanks for any help. John
If isorttype <> 0 Then
********* This is the statement I don't understand *******
iSelectedSpur = iSelectedSpur Or 2 ^ isorttype
End If