in reply to Re^3: Bitwise AND with large numbers
in thread Bitwise AND with large numbers

Hey Eliya,

Thanks for the quick response. Your solutions look promising. I especially like the one where you turn the hex string in a ASCII bit string. I will try this with my code and test it with the switch. I will let you know how things went.