On Nov 24, 2009, at 3:47 AM, Hans van der Meer wrote: > Doing NSDictionary *objects enumerate over its keys thus: > for ( id key in [objects allKeys] ) {}
Keep in mind that regardless of what other errors you are getting, you don't actually need to do this. Iterating over a dictionary by definition gives you the keys, so you could just use "for(id key in objects) {}" -- David Duncan Apple DTS Animation and Printing _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com