Re: 0 < -1 !!
Re: 0 < -1 !!
- Subject: Re: 0 < -1 !!
- From: Derek Chesterfield <email@hidden>
- Date: Fri, 23 Jul 2004 09:32:40 +0100
On Jul 23, 2004, at 8:58 am, Nicko van Someren wrote:
The fix was....
currentIndex < (int)[executedStatements count] - 1
This is the right way to solve the problem.
or perhaps:
currentIndex + 1 < [executedStatements count]
_______________________________________________
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.
References: | |
| >0 < -1 !! (From: Jerry LeVan <email@hidden>) |
| >Re: 0 < -1 !! (From: Nicko van Someren <email@hidden>) |