Hi > now, documentation that included examples would be nearly as good... > select [1,2,3,4] = [(1,[2,3,4]), (2,[1,3,4]), (3,[1,2,4]), (4,[1,2,3])] For list examples, its often clearer to use type Char select "1234" = [('1',"234"), ... Thanks Neil