I have a list of Field variables
whichAttributes = [t.f1, t.f2, t.f3]
and I want to use them in my .select, like so:
records = dbset.select(whichAttributes,orderby=t.f4|t.f5)How do I unroll that list into the select? -- Lorin Rivers Mosasaur: Killer Technical Marketing <http://www.mosasaur.com> <mailto:[email protected]> 512/203.3198 (m)

