Action group: Collections
The action returns the index of the last occurrence.
Parameter | Description |
---|---|
List | The list for processing. |
Value | The value for checking. |
Index - a numeric variable containing the index of the element with the specified value, or -1 if the element is not found.
Property | Description | Type | Filling example | Mandatory |
Parameters | ||||
List | List for processing. | Robin.Collection | yes | |
Value | Value for checking. | Robin.Object | yes | |
Results | ||||
Index | A numeric variable containing the index of the element with the specified value, or -1 if the element is not found. | Robin.Numeric |
None.
You have a "Collection 1" variable with the values of cities. Get the index of the last occurrence of the "Moscow" element.
Use the "Get the index of the last occurrence" action.
The index of the last occurrence of the "Moscow" element was obtained.