FUNL0123 Invalid argument in line (linenum) ((designation)); Fast/Unload cancelled.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
(No difference)

Revision as of 17:48, 9 November 2010

This indicates that the FUEL program contains a call to a #function and that an argument has an invalid string value. Designation specifies the purpose of the argument, in terms shown in the documentation of the #function being invoked; it can indicate one of the following purposes:

option
For example, the third argument to #VERPOS must be a string starting with either uppercase 'M' or 'N'.
character
For example, the third argument to #LEFT must be a single character.
required argument(s)
For example, #TRANSLATE requires either argument 2, 3, or 4.

The line number of the FUEL program being executed is shown in linenum.