Re: predicateWithFormat: argumentArray:
Re: predicateWithFormat: argumentArray:
- Subject: Re: predicateWithFormat: argumentArray:
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 3 Nov 2005 19:54:09 -0800
On Nov 3, 2005, at 5:26 PM, Nicholas Crosbie wrote:
NSPredicate *thePredicate = [NSPredicate
predicateWithFormat:@"SELF == %@" argumentArray:secondArray];
NSPredicate *thePredicate = [NSPredicate
predicateWithFormat:@"SELF IN %@", secondArray];
<http://developer.apple.com/documentation/Cocoa/Conceptual/Predicates/
Articles/pUsing.html>
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden