Re: Searching NSArray of EO objects for key value
Re: Searching NSArray of EO objects for key value
- Subject: Re: Searching NSArray of EO objects for key value
- From: Art Isbell <email@hidden>
- Date: Thu, 8 Jul 2004 17:33:44 -1000
On Jul 8, 2004, at 5:19 PM, Randall Perry wrote:
I've got an NSArray of EO objects from a db fetch. I need to search the
objects in the array to see if one key value matches a variable.
Specifically, I need to see if the 'filesize' key value matches the
filesize
of a file that's about to be uploaded (to test for potential dupes).
What's the best way to do this? Should I just iterate through the array
checking each object's key value, or is there a shortcut?
EOQualifier.filteredArrayWithQualifier()
Aloha,
Art
_______________________________________________
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.