FUNL0110 Attempt to assign value to 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)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
During execution of a #function call, the ''[[Fast/Unload]]'' #function services routine encountered an error while trying to set the value for argument ''arg_number'' (the #function result is argument '''0'''). The reason for the error is indicated in ''cause'', which will be set to either '''missing''', which indicates that the argument was not supplied, or '''input only''', which indicates that the argument is defined to be input only.  
During execution of a #function call, the [[Fast/Unload]] #function services routine encountered an error while trying to set the value for argument ''arg_number'' (the #function result is argument '''0'''). The reason for the error is indicated in ''cause'', which will be set to either '''missing''', which indicates that the argument was not supplied, or '''input only''', which indicates that the argument is defined to be input only.  


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


Please call Support at Sirius Software if this error occurs during execution of a #function provided by Sirius Software.  
Please call technical support at Rocket Software if this error occurs during execution of a #function provided by Rocket Software.  


[[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 set the value for argument arg_number (the #function result is argument 0). The reason for the error is indicated in cause, which will be set to either missing, which indicates that the argument was not supplied, or input only, which indicates that the argument is defined to be input only.

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

Please call technical support at Rocket Software if this error occurs during execution of a #function provided by Rocket Software.