FUNL0109 Attempt to extract (type) value from argument (arg number) - (cause); Fast/Unload cancelled.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "During execution of a #function call, the ''Fast/Unload'' #function services routine encountered an error while trying to extract the value for argument ''arg_number'' as ''t...")
 
m (1 revision)
(No difference)

Revision as of 17:48, 9 November 2010

During execution of a #function call, the Fast/Unload #function services routine encountered an error while trying to extract the value for argument arg_number as type, which can be string, float, or fixed. The reason for the error is indicated by cause, which will either be omitted, which indicates that the argument was not supplied, or conversion error, which indicates that the value of the argument is incompatible with type.

The Fast/Unload run is ended when this error occurs.