Re: Is This Right?
Re: Is This Right?
- Subject: Re: Is This Right?
- From: Austin Shoemaker <email@hidden>
- Date: Tue, 5 Jun 2001 17:23:31 -0400
Yes.
- Austin
On Tuesday, June 5, 2001, at 01:57 PM, Brian Howard wrote:
Do I understand this right? Can these two lines of code:
NSMutableArray *myArray;
myArray = [[NSMutableArray alloc] init];
be combined thus:
NSMutableArray *myArray = [[NSMutableArray alloc] init];
???
Brian E. Howard
Cocoa Cult Central