MSIR.0683 Invalid $LIST parameter value (value): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (add link)
Line 1: Line 1:
An <tt>External Call</tt> statement had a <tt>$List</tt> keyword but that keyword was not followed by a simple (Float, Fixed or String) %variable name. Correct the statement so that the $list identifier is passed in a simple %variable.
An <var>[[EXTERNAL statement#EXTERNAL CALL statement|External Call]]</var> statement had a <var>$List</var> keyword but that keyword was not followed by a simple (<var>Float</var>, <var>Fixed</var>, or <var>String</var>) %variable name. Correct the statement so that the $list identifier is passed in a simple %variable.


[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]

Revision as of 22:33, 1 February 2016

An External Call statement had a $List keyword but that keyword was not followed by a simple (Float, Fixed, or String) %variable name. Correct the statement so that the $list identifier is passed in a simple %variable.