Action group: Arrays
The action inserts the collection into the list by index. Defaults to the beginning of the list.
List - list for processing.
Index - index in the list.
Collection for inserting - the collection, that will be inserted in the list by the specified index.
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
List | List for processing. | Robin.Collection | Yes | |
Index | Index in the list | Robin.Numeric | No | |
Collection for inserting | The collection, that will be inserted in the list by the specified index | Robin.Collection | Yes |
For Java:
For Net:
There is a variable "Collection-1" with 3 records:
Variable "Collection-2" has 2 records:
Add "Collection 2" records to "Collection 1". Output the total number of "Collection 1" values in the dialog box and check the value by index "0".
Use the "Insert collection", "Show message", "Get value by index" actions.
A dialog box was displayed with the number of items in "Collection 1".
The value at index "0" was obtained. Since the values from "Collection 2" were placed at the end of the "Collection 1" list.