XCode with Mixed Declarations and Code
XCode with Mixed Declarations and Code
- Subject: XCode with Mixed Declarations and Code
- From: Denise Eatherly <email@hidden>
- Date: Mon, 29 Sep 2003 16:39:47 -0700
Hi,
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?
Thanks,
Denise
_______________________________________________
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.