20 Mar
2001
20 Mar
'01
6:33 p.m.
This was excactly what I needed ! list = [] for row in context.sqlMethod(context.REQUEST): list.append(row.field) return list Thanks !