[Newbie] Good NSDictionary example?
[Newbie] Good NSDictionary example?
- Subject: [Newbie] Good NSDictionary example?
- From: Keith Pritchard <email@hidden>
- Date: Sat, 7 Sep 2002 23:11:27 +0100
Hi all,
After an afternoon of "attempt to insert nil value" and SIGTRAPs, is
there a simple example of creating an NSDictionary somewhere?
I want something like :-
string -> string
string
date
looking like
myreference -> name
subject
date
(about 35,000 of these records)
Want to be able to say, for myreference="something" show me name,
subject,date ... the results of which end up in a table.
Is this best represented as an array of dictionaries somehow?
Thanks in advance,
Keith
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.