MSIR.0743 Argument (num) for (method) invalid

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.