Udostępnij za pośrednictwem


ParamArray parameter must be an array

A ParamArray argument must be declared as a one-dimensional array type. The declaration does not include parentheses after the ParamArray argument name.

Error ID: BC30050

To correct this error

  • Add a pair of parentheses after the ParamArray argument name.

See Also

Concepts

Parameter Arrays

Reference

ParamArray

Other Resources

Arrays in Visual Basic