#include <tcl.h> Tcl_WrongNumArgs(interp, objc, objv, message)
If objc is 2, the result will be set to the following string:wrong # args: should be "foo fileName count"
Objc is usually 1, but may be 2 or more for commands like string and the Tk widget commands, which use the first argument as a subcommand.wrong # args: should be "foo bar fileName count"
Copyright © 1989-1994 The Regents of the University of California.
Copyright © 1994-1997 Sun Microsystems, Inc.