A very basic question: how can I print the number of elements in a list? I'm not talking about the elements, just their count... Something like print myList.length or print myList.count Thanks Bernard