Copyright Digital Equipment Corp. All rights reserved.

TOOMANYARGS

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

Description    A function has been invoked with more arguments than
               it expects.  In some modes this is a warning message,
               and the compiler will compile the program.

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