I looked up the manual and only find functions first([1,2,3]) second([1,2,3]) third([1,2,3]) ...
how to get an element by an index?
I looked up the manual and only find functions first([1,2,3]) second([1,2,3]) third([1,2,3]) ...
how to get an element by an index?
You can use the PART function, e.g. PART([1,2,3],2) = 2.