Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Get index of element Version 13 (Java)

Группа действийAction group: Коллекции Collections

Описание

Получает порядковый номер позиции элемента, значение которого равно указанному.

Иконка

Image Removed

Параметры действия

Входные параметры

Коллекция             Коллекция для обработки.

Значение              Значение для проверки.

Выходные параметры

Индекс Числовая переменная, содержащая индекс элемента с указанным значением.

Настройки

...

Свойство

...

Описание

...

Тип

...

Значение для проверки.

...

Числовая переменная, содержащая индекс элемента с указанным значением.

...

Особые условия использования

Если в коллекции несколько одинаковых значений, то определяет индекс первого по порядку.

Пример использования 

Задача

Существует переменная "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

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
CollectionCollection to checkRobin.Collection
Yes
ValueValue to checkRobin.Object
Yes
Results
IndexNumeric variable containing the index of the element with the specified value, or -1 if the element was not foundRobin.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

  1. Assemble a robot scheme consisting of actions:Image Added

  2. Set the parameters of the "Get index of element" action. 
    Image Added

  3. Set the parameters of the "Show message" action. Image Added

  4. Start the robot using the "Start" button in the top panel. 

Result

The program robot completed successfully. 

Image Added

The desired value of the Moscow city position is displayed in the dialog box

...

Результат

Программный робот отработал успешно. 

Image Removed

Искомое значение позиции города Moscow выведено в диалоговое окно