Re: Using NS[Int]Number for dictionary keys

2005-08-31 Thread Richard Frith-Macdonald
On 2005-08-30 19:38:13 +0100 Mark Dalrymple [EMAIL PROTECTED] wrote: Greetings, I'm working with some folks that are wanting to put a large number of objects into a dictionary, keyed by number. When using string keys created with string1 = [NSString stringWithFormat:@%d,

Using NS[Int]Number for dictionary keys

2005-08-30 Thread Mark Dalrymple
Greetings, I'm working with some folks that are wanting to put a large number of objects into a dictionary, keyed by number. When using string keys created with string1 = [NSString stringWithFormat:@%d, clauseNumber]; [clauseHashTable setObject:currentClause forKey:string1];