BitArray: CopyTo |
Copies the internal bit-array to a compatible array.
Public Sub CopyTo( ByRef Arr As Variant, ByVal Index As Long )
This method supports the copying to three array types: Long, Byte and Boolean. When copying to Long or Byte type arrays, the bits in the elements are equivalents to the bits in the BitArray. When copying to a Boolean array, each boolean element represents a single bit in the array.