Re: Storm in a water glass? (Was: Table View Blues (summary))
Re: Storm in a water glass? (Was: Table View Blues (summary))
- Subject: Re: Storm in a water glass? (Was: Table View Blues (summary))
- From: Scott Anguish <email@hidden>
- Date: Thu, 21 Nov 2002 15:45:12 -0500
[employees removeObjectsInArray:peopleToRemove];
Incidently.. this is hardly an efficient manner to delete all the
items in an array. Each item has to be searched for in the array, then
removed, and this will iterate over all the peopleToRemove...
Try instead -removeAllObjects...
_______________________________________________
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.