User379720387 posted
bitmask: 0000011000010111
I need to loop through a dataset where each member has a bit location value (say for this example I need to inspect locations 2, 7, 9).
If that bit location is set (in the bitmask) I need to do something.
Is there a spiffy way to do this, without converting the bitmask to a string?