BitArray.Resize Method (console safe)
Use this method to resize the array.

Resize(
newCount
as UInt64)
Parameters
- newCount
- The new size of the array
Remarks
If having REALbasic 2010r4 or later then the ReDim operator can also be used to resize the array.
See Also
BitArray Class