MSIR.0743 Argument (num) for (method) invalid: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "The indicated method argument has the wrong type. This message only occurs if the correct argument type is an object or structure, or the specified argument is an object or a str...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

The indicated method argument has the wrong type. This message only occurs if the correct argument type is an object or structure, or the specified argument is an object or a structure, or both. This is because simple datatypes are automatically converted to other simple datatypes. If a system method, check the documentation for the method to determine the correct method parameters. If a User Language method, check the method declaration for the correct argument types.