Here’s a simple “What am I missing?” question:
If I have a list, the first Operator and last Operator work nicely to retrieve whatever’s in first or last position…
But suppose I have a variable named position_in_list (say), what’s the simplest way to use it to retrieve the item listed in the corresponding numeric position in the list?
In other words, I want to return the fifth list item when the variable is 5, etc. In FileMaker Pro (my familiar background toolkit), there’s a Choose function which does that. Surely we have something similar?
(Related thought: it would be ideal if our documentation did things like lateral links among very similar Operators such as first and last and whatever it is that I’m seeking here.)
-Springer