Re: Dictionary? Array? or other
Re: Dictionary? Array? or other
- Subject: Re: Dictionary? Array? or other
- From: "Dirk van Oosterbosch, IR labs" <email@hidden>
- Date: Sat, 3 Sep 2005 17:18:44 +0200
On 3-sep-05, at 17:05, Aaron Wallis wrote:
Thanks a million Dirk !
Just one quick question, does this code:
[ expressionItems setObject: tempExpression forKey:@"someUniqueID" ];
look correct to you?
expressionItems is a NSMutableDictionary, however if I try to access
its contents I get nil returned rather than the objects and/or thier
properties and methods?
How are you allocating / releasing expressionItems and/or the
tempExpression's?
Try NSLog (@"The dictionary: %@", expressionItems); to debug.
d.
-----------------------------
Dirk van Oosterbosch
de Wittenstraat 225
1052 AT Amsterdam
the Netherlands
http://labs.ixopusada.com
-----------------------------
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden