03-18-2011 04:12 AM
Hi,
Simple question but having some issues figuring it out. I have a 13-bit binary value. I want to filter out the last bit. How this can be done?
Thanks ![]()
Solved! Go to Solution.
03-18-2011 07:18 AM
Boolean functions such as AND work on integers.
Lynn
03-18-2011 10:09 AM
Thanks works a treat ![]()