Passing more than 1 variable to a method/function
Passing more than 1 variable to a method/function
- Subject: Passing more than 1 variable to a method/function
- From: Jerry Brace <email@hidden>
- Date: Sat, 11 Jun 2005 12:04:30 -0230
Newbie question here - could someone give me some info on how to
create a method/function that can accept more than one variable?
As of now I've only needed to pass one - like in the following:
- (void)myFunction:(int)myvar
{
}
[self myFunction:10];
Many thanks!
Jerry
_______________________________________________
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