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

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
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.
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.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:59, 19 April 2013

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.