CoreClasses Xojo Plugin

BitArray.Remove Method (console safe)

Use this method to remove values from the array.

Remove(
   where as UInt64,
   count as Int64)

Parameters

where
Use this parameter to specify where to remove from.
count
The number of values to be removed

Remarks

BitArray is 0 based, that is the first boolean is number 0.

Note that in BitArray then inserting and removing is slow, while appending and reading and writing is very fast.

See Also

BitArray Class