[Gambas-user] New syntax for using variables arguments in a function call

Benoît Minisini gambas at ...1...
Tue May 6 09:51:00 CEST 2014


Hi,

In revision #6252, I added the following syntax:

Public Sub Foo(X As Integer, ...)

   Super.Foo(X, ...)

End

It allows to send all variables arguments of a function to another 
function call. This was not possible before, especially when using Super 
and inheritance.

Regards,

-- 
Benoît Minisini




More information about the User mailing list