bittarray

  1. S

    Question How to pass a bitarray to a function

    I'm trying to pass 2 bitarrays to a function that ANDs the bitarrays and returns the count of bits that are set to TRUE. However, something strange happens when I reference the bitarray from within the function and the results are non-sensical. So I have output the bitarray contents before it...
Back
Top