Named parameters call a JScript function or method, and one of the named parameter names is used twice. This is not allowed since each parameter name must be unique.
![]() |
---|
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 unique name for each named parameter name.