On Jul 27, 2005, at 11:51 AM, Charles Haron wrote:
int itemNumberValue = [*ioValue intValue];
NSPredicate * predicate;
predicate = [NSPredicate predicateWithFormat:@"itemNumber == %
@", itemNumberValue]; //This line causes the error
%@ is for objects. Use %d.
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden