If you don't need the 1111, remove it with AND before swapping
[code:1:6a7f7dce8c]
A = &B11110000
B = &B00000000
C = A And &B00001111
[/code:1:6a7f7dce8c]
↧