> If an item already exists in an item collection because it meets the rule, > and then you call include() passing that item, should the item exist in the > list twice? If ref-collections are used to implement these lists, the answer is no. A ref to an item can occur only once in a ref collection. Andi..