Only One Parameter may use the ParamArray Option

From Xojo Documentation

Error message

You tried to pass more than one parameter using the ParamArray keyword. You can pass only one parameter that uses the ParamArray keyword. If there is more than one parameter, the ParamArray keyword should be used for the last parameter.


Examples

The following method declaration uses the ParamArray keyword twice.


See Also

ParamArray keyword.