Get index of element Version 13 (Java)
Action group: Collections
Gets the sequence number of the item position whose value is equal to the specified value.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Collection | Collection to check | Robin.Collection | Yes | |
Value | Value to check | Robin.Object | Yes | |
Results | ||||
Index | Numeric variable containing the index of the element with the specified value, or -1 if the element was not found | Robin.Numeric |
If there are multiple identical values in the collection, it determines the index of the first in order.
There is a variable "Collection 1" with a list of cities containing 10 entries. It is required to determine the index under which the city Moscow is recorded and output the value in the dialog box.
Use the "Get index of element" and "Show message" actions.
The program robot completed successfully.
The desired value of the Moscow city position is displayed in the dialog box.