25 Sep
2003
25 Sep
'03
1:06 a.m.
Smith, Neil (Worcester) wrote at 2003-9-24 16:42 +0100:
... Now I really only want the unique values from the list. I figured the best way would be to sort the list then use the first- grouping variables.
I think, the "reorder" function (available in "DTML" as "_.reorder") is a better choice. You use it this way: "[x[0] for x in _.reorder(l)]" where "l" is your list. Dieter