Re: Using Set/Array KVC operators

2010-03-20 Thread Sam Krishna
Hi Ken, Thanks for your lengthy response to my question. I suspected that was the case, but I wanted to see if the Community knew something I didn't. Thank you for confirming my understanding of the KVC Set/Array operators. On Mar 19, 2010, at 4:22 AM, Ken Thomases wrote: > Those operators don

Re: Using Set/Array KVC operators

2010-03-19 Thread Ken Thomases
On Mar 18, 2010, at 6:15 PM, Sam Krishna wrote: > I have two arrays of NSDictionaries that I'm trying to "uniquely merge" by > making sure that no two dictionaries have duplicate contents. I came up with > one solution, but I wanted to see if the community had an answer that > involved using on