Re: Initializing an Array
Re: Initializing an Array
- Subject: Re: Initializing an Array
- From: "Erik M. Buck" <email@hidden>
- Date: Mon, 21 Jan 2002 22:25:53 -0600
- Organization: EMB & Assocites Inc.
The nil is not in the array. Cocoa collections can not store nil. The
NSNull class was created so that something like a nil could be stored in
collections.
----- Original Message -----