Re: indexing non-sorted arrays in EOs
Re: indexing non-sorted arrays in EOs
- Subject: Re: indexing non-sorted arrays in EOs
- From: Jeff Schmitz <email@hidden>
- Date: Thu, 24 Apr 2008 21:18:39 -0500
Yes, very nice. I should have thought of that.
Thanks!
Jeff
On Apr 23, 2008, at 11:18 PM, Chuck Hill wrote:
public WinAnalysis analysisAtPlace(int place) {
EOQualifier winQual = WinAnalysis.PLACE.eq(place);
return (WinAnalysis)winAnalyses(winQual).lastObject();
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden