Well, I haven't the foggiest when it comes to lists in this area. I want to have it select only the the first item in a list for me so I can do whatever I want with it afterwards.
But obviously you have to make sure that the length of the list is larger than zero, otherwise you'll get a nice runtime error if it's an empty or uninitialised list. =)