Re: Default parameters and call_func/call_proc
- Posted by mattlewis (admin) Aug 07, 2013
- 1303 views
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