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
m (1 revision)
(Automatically generated page update)
 
Line 3: Line 3:
  The ''[[Fast/Unload]]'' run is ended when this error occurs.
  The ''[[Fast/Unload]]'' run is ended when this error occurs.


[[Category:Fast/Unload Messages]]
[[Category:Fast/Unload messages]]

Latest revision as of 13:41, 19 April 2013

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.