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

Ключ

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

...

The action returns the index of the last occurrence.

Action icon

Image RemovedImage Added

Parameters

Input parameters

ParameterDescription
ListThe list for processing. 
ValueThe value for checking.

Output parameters

Index - a numeric variable containing the index of the element with the specified value, or -1 if the element is not found.

Settings of parameters

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



...