История страницы
Получить индекс значения Версия Get index of element Version 13 (Java)
Группа действийAction group: Коллекции Collections
Описание
Получает порядковый номер позиции элемента, значение которого равно указанному.
Иконка
Параметры действия
Входные параметры
Коллекция Коллекция для обработки.
Значение Значение для проверки.
Выходные параметры
Индекс Числовая переменная, содержащая индекс элемента с указанным значением.
Настройки
...
Свойство
...
Описание
...
Тип
...
Значение для проверки.
...
Числовая переменная, содержащая индекс элемента с указанным значением.
...
Особые условия использования
Если в коллекции несколько одинаковых значений, то определяет индекс первого по порядку.
Пример использования
Задача
Существует переменная "Collection 1" со списком городов, содержащая 10 записей. Требуется определить индекс, под которым записан город Moscow и вывести значение в диалоговое окно.
Решение
Воспользоваться действием "Get index of element" и "Show message".
Реализация
...
Description
Gets the sequence number of the item position whose value is equal to the specified value.
Action icon
Settings of parameters
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 |
Special conditions of use
If there are multiple identical values in the collection, it determines the index of the first in order.
Example of use
Task
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.
Solution
Use the "Get index of element" and "Show message" actions.
Implementation
- Assemble a robot scheme consisting of actions:
- Set the parameters of the "Get index of element" action.
- Set the parameters of the "Show message" action.
- Start the robot using the "Start" button in the top panel.
Result
The program robot completed successfully.
The desired value of the Moscow city position is displayed in the dialog box
...
Результат
Программный робот отработал успешно.
Искомое значение позиции города Moscow выведено в диалоговое окно.