You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add support for variable length argument custom Functions ?
I would like to be able to do things like:
x = sum(a, b, c, d, e, f);
y = sum(a, b, c);
Thanks
Andrew
The text was updated successfully, but these errors were encountered:
andrewv99
changed the title
Support for custom Functions with a variable argument lists
Support for custom Functions with a variable argument list
Jul 4, 2015
Hi,
Would it be possible to add support for variable length argument custom Functions ?
I would like to be able to do things like:
x = sum(a, b, c, d, e, f);
y = sum(a, b, c);
Thanks
Andrew
The text was updated successfully, but these errors were encountered: