An Ordinary Parameter cannot Follow a ParamArray

From Xojo Documentation

Error message

You declared an "ordinary" parameter as the second parameter after a parameter that was declared as ParamArray. This is not allowed. Pass only the parameter declared as ParamArray.


Examples

In the following declaration, m is the 'ordinary' parameter that is not allowed.


See Also

ParamArray keyword.