Hello,
I have created a list with 3 types of fruits {"apple", "banane", "blackberry"}. I have the function List.First to return the first record (apple) and the funktio List.Last to return the last record ("blackberry"). But how can I return the second, or thrid or Nth record of a list.
Thank you very much in advance!
Sammy