Thread: what about function parameter count limit?

what about function parameter count limit?

From
sad
Date:
good day
 we are suffering of the limit of parameters count in functions
 16 parameters is not enough
=20

Re: what about function parameter count limit?

From
Stephan Szabo
Date:
On Wed, 30 Jul 2003, sad wrote:

> good day
>  we are suffering of the limit of parameters count in functions
>  16 parameters is not enough

What version are you using?  I believe 7.3 raised the default to 32
and in all versions I've used there's a compile time define that can be
raised (look for FUNC_MAX_ARGS I think).