[DEVS] Optional Parameters for Funcs Called with Routine ID
- Posted by euphoric (admin) Sep 20, 2008
- 848 views
I have a function with an optional parameter that I'm calling via call_func(). I'm not providing the optional parameter and I'm getting this error:
c:/htdocs/eu40/bbcmf-system/site_db.e:37 in function site_call() call to vmail_send() via routine-id should pass 2 arguments, not 1
Should optional parameters work with call_func/proc?