Re: Is This Right?
Re: Is This Right?
- Subject: Re: Is This Right?
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 5 Jun 2001 21:13:10 +0100
yes.
-- Finlay
On Tuesday, June 5, 2001, at 06: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];