Action group: Collections
The action copies a portion of a list of the designated length, starting at the specified index, excluding the outermost value within those bounds, and returns it as a new list.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
List | List for processing. | Robin.Collection | Yes | |
Index | Index of the start element | Robin.Numeric | Yes | |
Length | Number of copied values | Robin.Numeric | No | |
Results | ||||
List | New list which contains copied values. | Robin.Collection |
None.
There is a variable "Collection 1" consisting of 10 values, it is required to copy 9 values (starting from the index of the initial element "1") and write the result to the variable "Collection 2".
Use the "Copy a sublist" action.
The variable "Collection 2" contains 9 values.