Re: cocoa-dev digest, Vol 2 #3738 - 11 msgs
Re: cocoa-dev digest, Vol 2 #3738 - 11 msgs
- Subject: Re: cocoa-dev digest, Vol 2 #3738 - 11 msgs
- From: Jim Correia <email@hidden>
- Date: Wed, 25 Feb 2004 14:06:28 -0500
On Feb 25, 2004, at 12:12 PM, David Blanton wrote:
If backspacing is the issue then use <ret> as follows:
NSArray * A = [NSArray alloc]; (oops I forgot init so I <ret> and do;
[A init];
Always moving the ball forward or a General Patton said " I never like
to
pay for the same real estate twice."
Yeah?
No.
This is not the same as
NSArray *a = [[NSArray alloc] init];
init may re-assign self and return a new value.
_______________________________________________
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.