Re: getting the lastObject value from an NSArray - How to has escaped me
Re: getting the lastObject value from an NSArray - How to has escaped me
- Subject: Re: getting the lastObject value from an NSArray - How to has escaped me
- From: email@hidden
- Date: Wed, 29 Oct 2003 11:15:39 CDT
- Priority: 3 (Normal)
[demime could not interpret encoding binary - treating as plain text]
Integer count = (Integer) pictureList.lastObject();
I think?
On Wed, 29 Oct 2003 07:25:43 +0000 "Jonathan Fleming" wrote:
> I know this should be very simple but for the life of me I can figure
> what I
> should be doing.
> I want to get the value form this code please - anyone?
>
>
> EOEditingContext ec = session().defaultEditingContext();
> NSArray pictureList = EOUtilities.rawRowsForSQL(ec,
> "BTT",
> "SELECT COUNT(*)
> FROM TB_JOB_PICTURE");
> /*this statemnet is all wrong*/ int picCount = Integer.parseInt(
> pictureList.lastObject().toString() );
> NSLog.out.appendln("===\r countOfPictureList = " + picCount);
>
> _________________________________________________________________
> Tired of 56k? Get a FREE BT Broadband connection
> http://www.msn.co.uk/specials/btbroadband
> _______________________________________________
> webobjects-dev mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/webobjects-dev
> Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.