Re: Passing more than 1 variable to a method/function
Re: Passing more than 1 variable to a method/function
- Subject: Re: Passing more than 1 variable to a method/function
- From: Nathan Day <email@hidden>
- Date: Sun, 12 Jun 2005 00:56:25 +1000
- (void)myFunction:(int)myvar argument:(int)var2 {
}
[self myFunction:10 argument:20];
On 12/06/2005, at 12:34 AM, Jerry Brace wrote: - (void)myFunction:(int)myvar {
}
[self myFunction:10];
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden