MSIR.0837 Too many un-named arguments for (method)

From m204wiki
Revision as of 16:06, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

A method invocation specified more un-named parameters than are supported by the method. NameRequired parameters must be specified with their names rather than positionally. For system methods, check the method documentation. For User Language methods, check the method declaration.