In <[EMAIL PROTECTED]>, Jim wrote:

> I have an application that will maintain an in-memory database in the
> form of a list of lists.  Does anyone know of a way to search for and
> retreive "records" from such a structure?

Scan the list of lists with a ``for`` loop.  Or build indexes with
dictionaries.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to