Re: no fixed variable parameter preceding a variable ... parameter?
Re: no fixed variable parameter preceding a variable ... parameter?
- Subject: Re: no fixed variable parameter preceding a variable ... parameter?
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 26 Oct 2003 00:05:24 -0700
On Oct 25, 2003, at 10:47 AM, Ben Dougall wrote:
is there anyway to declare a method to take a variable number of
arguments, *without* an initial fixed argument, like this:
- (void)takeTheseObjects: ...
How about:
- (void)takeTheseObjects:(NSArray *)arrayOfObjects
mmalc
_______________________________________________
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.