If I do something like:
varName = [dictionaryName objectForKey:@"keyName"];
does that return a copy of what is in the dictionary? or a pointer?
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comm
thanks guys, this helps ^_^
On Jul 31, 2009, at 12:07 AM, Clark Cox wrote:
On Thu, Jul 30, 2009 at 10:06 PM, Clark Cox
wrote:
On Thu, Jul 30, 2009 at 10:18 AM,
DerNalia wrote:
If I do something like:
varName = [dictionaryName objectForKey:@"keyName"];
does that return a copy of