Re: NSLog and [NSDictionary description], bug?
Re: NSLog and [NSDictionary description], bug?
- Subject: Re: NSLog and [NSDictionary description], bug?
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 6 Apr 2004 14:16:44 +0200
Le 6 avr. 2004, ` 13:35, Allan Odgaard a icrit :
On 6. Apr 2004, at 12:49, Stiphane Sudre wrote:
- when I do NSLog(@"%@",myDictionary); it works too (there is no %@
in the dictionary objects).
%@ is not the only placeholder. Are you absolutely 100% sure that it
does not contain other placeholders?
The only object with a % is a NSString which contains "50% S".
But another dictionary with a "60% o" string is working. I don't see
why it would work in that case and not in the other.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.