Syntax
Description
Returns the given element of a list.
- LISTELEMENT automatically lists all elements of the list
- LISTELEMENT allows to choose blocks of elements to list
Examples
In this example the function is looking for the third element in the referenced list. Elements are stored following order: [0, 1, 2, 3, ...]
...