Copyright Digital Equipment Corp. All rights reserved.

TOOFEWARGS

Message        <Context> "<function expression>" expects <correct
               number> arguments, but <actual number> are supplied.

Description    A function has been invoked with fewer arguments than
               it expects.  In some modes this is a warning message,
               and the compiler will compile the program.  In this
               case, the function being called might not produce the
               expected results.

User Action    Make sure the number of arguments passed to a
               function match those specified in the function
               declaration.