Re: NSEnumerator
Re: NSEnumerator
- Subject: Re: NSEnumerator
- From: Daniel Jalkut <email@hidden>
- Date: Fri, 27 Jan 2006 15:36:20 -0500
Insidious semi-colon! Look carefully, you're exhausting your
enumerator by looping through all items in a single line:
On Jan 27, 2006, at 3:09 PM, Adam Johnson wrote:
while(aCell = [enumerator nextObject]);
_______________________________________________
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
References: | |
| >NSEnumerator (From: Adam Johnson <email@hidden>) |