FUNL0129 (argno) (argval).

From m204wiki
Jump to navigation Jump to search

This message is used to display an argument to the active #function. It consists of the argument number, argno, followed by an indication of the argument value, argval, which will be one of the following:

=value
The value of the argument follows the equal sign.
(MISSING)
The value of the argument is MISSING; for example, a field occurrence was coded for the argument, but the given occurrence is not present on the record.
(omitted)
The argument is omitted; that is, the argument was not coded but a comma was coded to indicate the omission of the argument. For example, in the following statement:
 %OFF = #VERPOS(%STR, '1234567890', , 10)
argument 3 is omitted.