How: When working with Expression Lists, positions in the lists are not currently indexed. I want to be able to fetch the n'th value from a list (eg ["cat","dog","rhino"] - I want to fetch "dog" by accessing List[1], assuming the index starts at 0...