Re: Is This Right?
Re: Is This Right?
- Subject: Re: Is This Right?
- From: "John C. Randolph" <email@hidden>
- Date: Tue, 5 Jun 2001 18:51:52 -0700
On Tuesday, June 5, 2001, at 10:57 AM, 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];
???
Yes, that's legal.
-jcr
"This is not a book to be tossed aside lightly. Rather, it should be
hurled with great force." -Dorothy Parker