what about function parameter count limit?

Started by sadover 22 years ago2 messagesbugs
Jump to latest
#1sad
sad@bankir.ru

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

#2Stephan Szabo
sszabo@megazone23.bigpanda.com
In reply to: sad (#1)
Re: what about function parameter count limit?

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).