Re: addObject failing
Re: addObject failing
- Subject: Re: addObject failing
- From: Bill Bumgarner <email@hidden>
- Date: Mon, 22 Aug 2005 17:38:03 -0700
On Aug 22, 2005, at 3:28 PM, Jeff Childers wrote:
NSLog(@"array count %@",[stepperArray count]);
You want:
NSLog(@"array count %d",[stepperArray count]);
_______________________________________________
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