CoreClasses Xojo Plugin

BitArray.IndexOf Method (console safe)

Returns a index of occurrence of a element in the array from a given starting point.

IndexOf(
   start as UInt64,
   value as Boolean) as UInt64

Parameters

start
The starting point in the array (first element is number zero)
value
The value to search for

Returns

UInt64
The index of the found element or -1 if not found.

Remarks

See Also

BitArray Class