Named parameters call a JScript function or method, and one of the named parameter names is empty or null. This is not allowed since all parameters have non-null names.
![]() |
---|
Named parameters cannot be used when calling functions and methods using JScript. However, JScript functions and methods can be called from other languages (such as Visual Basic) that support named parameters. For more information, see |
To correct this error
-
Provide a parameter name for each named parameter name.