CoreClasses Xojo Plugin

BitArray.Swap Method (console safe)

Use this method to swap two objects in the array.

Swap(
   elementA as UInt64,
   elementB as UInt64)

Parameters

elementA
Use this parameter to specify one of the element to swap.
elementB
Use this parameter to specify the other element to swap.

Remarks

See Also

BitArray Class