Hey all.. I imagine this is probably a silly question, but I was
wondering, is there a getElementAt function (or operator) that will return
the nth element in a list?
ie say I had a list called lst... I would like to say lst[2] and get back
the 2nd <or third actually> element in that list...

or, alternatively, to have getElementAt lst 2 would be okay too..

Thanks much!



Reply via email to