Re: How to get strings like <CSSDictionary: 0x126a70> for all objects
Re: How to get strings like <CSSDictionary: 0x126a70> for all objects
- Subject: Re: How to get strings like <CSSDictionary: 0x126a70> for all objects
- From: Ken Tozier <email@hidden>
- Date: Sun, 22 Feb 2009 09:51:01 -0500
%p did the trick, thanks!
On Feb 22, 2009, at 9:23 AM, Andrew Farmer wrote:
@"%p" will give a string representation of the address. However, if
you're targeting 10.5 or later, you should probably consider
NSMapTable instead - it implements this functionality for you
without the overhead of generating string keys.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden