Re: XCode with Mixed Declarations and Code
Re: XCode with Mixed Declarations and Code
- Subject: Re: XCode with Mixed Declarations and Code
- From: "M. Uli Kusterer" <email@hidden>
- Date: Tue, 30 Sep 2003 12:51:43 +0200
At 16:39 Uhr -0700 29.09.2003, Denise Eatherly wrote:
I just loaded XCode for Jaguar this morning. I haven't even
launched it yet, but I am getting a strange behavior from PB - now
it won't accept declarations mixed with code:
NSParameterAssert( ( index >= 0 ) && ( index < length ) );
NSString *myString = [ myArray objectAtIndex:index ];
Does anyone have any idea what might be going wrong here? or how I
can put it back?
You'll find a detailed answer in the list archives (came up about a
week ago) or in the FAQ:
http://www.alastairs-place.net/cocoa/faq.txt
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.