M
Mazant, K.
Can someone indicate the equivalent for VB6 on the following statements?
Dim t As Long = ((r Xor X) >> 2) '=???
t >>= 1 '=???
x = x Or (1L << j) '=???
TIA,
Dim t As Long = ((r Xor X) >> 2) '=???
t >>= 1 '=???
x = x Or (1L << j) '=???
TIA,