Re: [DEVS] Optional Parameters for Funcs Called with Routine ID
- Posted by mattlewis (admin) Sep 20, 2008
- 874 views
euphoric said...
Should optional parameters work with call_func/proc?
No. Basically, that's all managed by the parser. The back end doesn't really know about optional parameters, and that's where the call_func/proc magic happens, since it's not known until runtime which routine you're calling.
Matt