CoreClasses Xojo Plugin
BitArray.Append Method
(console safe)
Use this method to append a Boolean value to the array.
Append(
value
as
Boolean)
Parameters
value
The value to be appended.
Remarks
See Also
BitArray Class