MSIR.0742 Argument (num) for (method) missing

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "A required argument for a method was not specified. If a system method, check the documentation for the method to determine the correct method parameters. If a User Language meth...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A required argument for a method was not specified. If a system method, check the documentation for the method to determine the correct method parameters. If a User Language method, either correct the method invocation to specify the required argument or correct the method declaration to make the parameter Optional.