I'm assuming the function only has a single method, although a more general 
answer would be nice too.
Imagine I have:
f(x,y,z) = x + y + z

I would like to have something like
num_args(f)
which should give back 3

is there something that could let me do this?
thanks a lot!!

Reply via email to