LastIndexOf()

Namespace ›› System ›› MfListVar ›› Methods ››
Parent Previous Next

LastIndexOf()

Searches for the specified var and returns the index of the last occurrence within the entire instance.
Overrides MfListBase.IndexOf()

OutputVar := instance.IndexOf(obj)

LastIndexOf(obj)

Searches for the specified var and returns the index of the last occurrence within the entire instance.

Parameters

obj

The var to locate in the MfListVar

Returns

Returns  index of the last occurrence of value within the entire instance.

Remarks

This method performs a linear search; therefore, this method is an O(n) operation, where n is Count.

If obj is a string var then contains will follow CaseSensitive.