Messages from list : cormas@cirad.fr

Choose a topic among the following archives :

collections

New Message Reply Date view Thread view Subject view Author view

Subject: collections
From: Joelle Noailly (noailly@tinbergen.nl)
Date: Mon Apr 19 2004 - 21:42:20 CEST

Hi,

I am trying to create a collection of individual collections. For
instance, I have a series of n elements, each one composed of 5 objects
as follows: element_1={a, b, c, d, e}, element_2= {b, c, d, e, a}, ...
element_n={e, e, d, c, a}.

Now, I want to combine all these elements into a big collection of the form:
Coll={element_1, element_2, ..., element_n}.

The tricky part is that I also would like to ask the program to browse
through the big collection. For instance, check if the element
corresponding to {b,c,d,e,a} is in the big collection, and if yes,
delete it.
Could someone help me out? I have only a poor knowledge of how
collections work.

Many thanks in advance,
Joelle Noailly

New Message Reply Date view Thread view Subject view Author view
 

Back to home