Re: Displaying dictionaries

2010-05-18 Thread derek
On May 18, 11:35 am, Tom Evans wrote: > On Tue, May 18, 2010 at 12:46 AM, Barry wrote: > > Hi-- > > >  I want to dynamically display the contents of results (an array of > > dictionaries with the same keys) as a table where the column headers > > are a select group of keys in the variable result_

Re: Displaying dictionaries

2010-05-18 Thread Tom Evans
On Tue, May 18, 2010 at 12:46 AM, Barry wrote: > Hi-- > >  I want to dynamically display the contents of results (an array of > dictionaries with the same keys) as a table where the column headers > are a select group of keys in the variable result_col_titles and the > order of the columns is the

Displaying dictionaries

2010-05-17 Thread Barry
Hi-- I want to dynamically display the contents of results (an array of dictionaries with the same keys) as a table where the column headers are a select group of keys in the variable result_col_titles and the order of the columns is the same as the order of the keys in result_col_titles. I imag