Try %p. Not sure if this works in 64 bit code. ----- Original Message ----- From: "Ken Tozier" <kentoz...@comcast.net> To: "Cocoa-Dev (Apple)" <cocoa-dev@lists.apple.com> Sent: Sunday, February 22, 2009 2:14 PM Subject: How to get strings like <CSSDictionary: 0x126a70> for all objects
Hi I need to get unique identifiers for all objects I'm passed for use as keys in an NSMutableDictionary. I tried using hash but I don't know if that would really be unique. It seems like the console printout for classes with no "description" method would be perfect. I know how to get the class but how to get the object address in hex? Here's a partial solution [NSString stringWithFormat: @"<%@ %???>", [[someObject class] description], someObject]; Is there a format code that would give me the address in hex? Thanks for any help _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/p.sanders%40dsl.pipex.com This email sent to p.sand...@dsl.pipex.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com