Re: Using same-name parameters from multiple same function fits in
by =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= <HBBroeker@[EMAIL PROTECTED]
>
Jun 5, 2008 at 09:51 PM
Anton81 wrote:
> graph but since I used the same function, the parameter names clash.
No, that's not the reason they clash. They clash because you used the
same parameter names every time.
> Is there a more comfortable way?
Don't do that. I.e. don't use the same parameter names every time.