FUNL0129 (argno) (argval).: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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'', w...") |
m (1 revision) |
(No difference)
|
Revision as of 17:48, 9 November 2010
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.