FUNL0112 Invalid argument number (arg number): it must be (requirement).: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "The FUEL compiler detected an invalid #function call, the ''Fast/Unload'' run will be cancelled. The argument number (zero for the #function result) is given in ''arg_number'...")
 
m (1 revision)
(No difference)

Revision as of 17:48, 9 November 2010

The FUEL compiler detected an invalid #function call, the Fast/Unload run will be cancelled. The argument number (zero for the #function result) is given in arg_number, while requirement indicates the detected requirement that was violated, as follows:

supplied
the #function declared the argument as required, but none was provided, or
a %variable
the #function declared the argument as an output argument, which means it must be a %variable.