CoreClasses Xojo Plugin

BitArray.Insert Method (console safe)

Use this method to insert a value into the array.

Insert(
   where as UInt64,
   value as Boolean)

Parameters

where
Use this parameter to specify where to insert the new item.
value
The value to be inserted.

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