Syntax
SUBLIST(<list>;<integer>)
Description
Returns the selected list starting from a specified element.
Examples
In this example the function returns the list in column1 starting from the element in position 2. Elements are stored following order: [0, 1, 2, 3, ...]
...