NSMutableDictionary Poitners

2009-07-30 Thread DerNalia
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

Re: NSMutableDictionary Poitners

2009-07-31 Thread DerNalia
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