Re: variable problem is driving me nuts
Re: variable problem is driving me nuts
- Subject: Re: variable problem is driving me nuts
- From: Koen van der Drift <email@hidden>
- Date: Sun, 28 Oct 2012 08:01:03 -0400
On Oct 28, 2012, at 7:50 AM, H Miersch <email@hidden> wrote:
> for (i = 0; i++; i < count) {…}
That should be for (i=0; i < count; i++) {} ;-)
- Koen.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden