Get a sublist
Gets a new list from another list starting at an index & ending at an index.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
List | null | ARRAY | false | |
Start index | null | NUMBER | false | |
End index | null | NUMBER | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable under which the created list will be stored in the variable scope. | ARRAY | LIST |