Comparing 2 Arrays if they have same objects
Comparing 2 Arrays if they have same objects
- Subject: Comparing 2 Arrays if they have same objects
- From: Christian Telepski <email@hidden>
- Date: Thu, 4 Sep 2003 12:33:00 +0200
Hello,
i have a problem:
i have an array of 'publications' and relational to that every
'publication' has many 'authors'. every 'author' has only one
'publication'.
Additional i have a filtered array of 'authors' and want check each
'publication' if one of those 'authors' is relational to the
'publication'.
How do i do it?
The application should decide if the 'publication' should be shown. It
should only be shown if at least one of the 'authors' in the filtered
array is one of these 'authors' of the publication.
I thought of a repetition list programatically.
It should check each 'publication' and then each 'author' if it is in
the other array...
Any Ideas?
Please help.
Thanx in advance
Christian Telepski
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.