Read number bit by bit
Hi,
I have a number fild, but I have the necessity to read this number bit by bit because different set of bits of this number contain different information that I have to check. How can I do to extract a group of bit (example: from bit number 4 to bit number 15) from a number value?
Thanks, bye bye.