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

From m204wiki
Jump to navigation Jump to search

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.