CoreClasses Xojo Plugin

BitArray.Remove Method (console safe)

Use this method to remove a single value from the array.

Remove(
   where as UInt64)

Parameters

where
Use this parameter to specify where to remove from.

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