История страницы
...
Set value by index Version 11 (Net)
Группа действийAction group: Коллекции Collections
Описание
Действие заменяет значение в списке по индексу.
Иконка
Параметры действия
Входные параметры
Список Список для обработки.
Индекс Индекс в списке
Значение Значение, которое будет добавлено в список по указанному индексу
Настройки
...
Description
The action replaces the value in the list by index.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
List | List for processing |
Свойство
Описание
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
Список
. | Robin.Collection |
Yes |
Индекс
Index | Index in the list | Robin.Numeric |
Yes |
Value |
The value, that will be added in the list by the specified index | Robin.Object |
Да
...
Yes |
Special conditions of use
ОтсутствуютNone.
Пример использования
Задача
Example of use
Task
There is a variable Существует переменная "Collection 1" со значениямиwith the values:
Требуется заменить значение Replace the value of "China" на with "Spain". Вывести результат в диалоговое окноOutput the result in the dialog box.
Решение
Solution
Use the actions Воспользоваться действиями "Set value by index", "Get value by index" и and "Show message".
Реализация
Implementation
- Assemble a robot scheme consisting of actionsСобрать схему робота, состоящую из действий:
- Настроить параметры действия Set the parameters of the "Set value by index" action.
Настроить - параметры действия Set the parameters of the "Get value by index" action.
- Настроить параметры действия Set the parameters of the "Show message" action.
- Запустить робота по кнопке Start the robot using the "Start" в верхней панелиbutton in the top panel.
Результат
Result
The value В диалогом окне отображено значение "Spain" . Замена значения по индексу is displayed in the dialog box. The replacement of the value at index "0" выполнена успешноwas successful.