On 1/4/07, miguel lopez <miguel39123 at hotmail.com> wrote: > Given a list, say xx: [2,1,3,3,5], how would I use 'sublist' to > extract the indices where '3' occurs? Why would you think that sublist is the right function to use for this? -s