Re: CFShow in Cocoa
Re: CFShow in Cocoa
- Subject: Re: CFShow in Cocoa
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 12 May 2004 11:59:06 +0200
On 12 mai 2004, at 00:29, Mark Thomas wrote:
I found that I didn't get the same output i.e. A dump of everything
within
NSDictionary or CFDictionary when I do this in carbon (or was it not
compiling). Should there be any difference in the syntax the there's no
NSString of NSDictionary ???.
The results differ whether you use:
NSLog(myDictionary);
or
NSLog(@"%@",[myDictionary description]);
IIRC.
_______________________________________________
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.