paco
Junior Member
 
Spain
187 Posts |
Posted - 11 June 2001 : 11:29:12
|
I have two collections, A and B
How can I do something like
C = A + B
quote: Note: This means that C contains all the elemets of A and all the elements of B. There is not way a element can be in both A and B.
to be able to do this:
for each item in C ...
do something
Thanks,
Paco
|
|