Re: KVC and "@" as key

2009-04-14 Thread Micha Fuhrmann
Thanks, that worked great. On 15 avr. 09, at 12:39, Jeremy W. Sherman wrote: Hi Micha, -[NSDictionary objectForKey:] has no such problems. You can use that to grab the values of keys beginning with an at sign instead of -valueForKey:. —Jeremy On Wed, Apr 15, 2009 at 12:19 AM, Micha Fuhrmann

Re: KVC and "@" as key

2009-04-14 Thread Jeremy W. Sherman
Hi Micha, -[NSDictionary objectForKey:] has no such problems. You can use that to grab the values of keys beginning with an at sign instead of -valueForKey:. —Jeremy On Wed, Apr 15, 2009 at 12:19 AM, Micha Fuhrmann wrote: > Hi there, > > I'm bumping against KVC, indirectly. I've got a dictionar

Re: KVC and "@" as key

2009-04-14 Thread Jim Correia
On Apr 15, 2009, at 12:19 AM, Micha Fuhrmann wrote: I'm bumping against KVC, indirectly. I've got a dictionary with first character keys, each object of the key is an Array with objects. So key "b" of my Dictionary is an array with file objects' name starting with the letter "b". The prob

Re: KVC and "@" as key

2009-04-14 Thread Micha Fuhrmann
Thanks for responding, no that does not cut it. Michael On 15 avr. 09, at 12:24, Jeffrey Oleander wrote: --- On Tue, 4/14/09, Micha Fuhrmann wrote: From: Micha Fuhrmann Subject: KVC and "@" as key To: "cocoa-dev Users" Date: Tuesday, April 14, 2009, 11:19 PM Hi

KVC and "@" as key

2009-04-14 Thread Micha Fuhrmann
Hi there, I'm bumping against KVC, indirectly. I've got a dictionary with first character keys, each object of the key is an Array with objects. So key "b" of my Dictionary is an array with file objects' name starting with the letter "b". The problem comes up when users have file names st