Re: Default parameters and call_func/call_proc
- Posted by jaygade Aug 07, 2013
- 1310 views
mattlewis said...
jaygade said...
Interesting, thanks.
That should probably be noted in the manual somewhere, unless I'm missing the reference.
TFM said...
args must be a sequence of argument values of length n, where n is the number of arguments required by the called function. Defaulted parameters currently cannot be synthesized while making a indirect call.
Matt
Okay, thanks. I must have just missed it.