(defun MyFunction (arg1 arg2 /)
;;; body
)
when I call this:
(MyFunction var1 var2)
this must match or this error occurs.
simple, right?
PROBLEM:
I have a company menu with a matching mnl file.
in the mnl file I have a function defined that several menu picks use.
at one point I added a new (4th) argument. the history of this function
is a little old so other versions of it
exists in other folders intended for passed releases of autocad.
when my menu pick attempts to use this I get the error.
the code that is right and the pick is right match up with the exact
number of functions.
close as I can tell another function by the same name... possibly not
even authored by me must be getting loaded after my mnl file - yet I
cannot seem to find it?
Anyone have a clue ?
the function name is MakelayCur
"Mike Hutchinson" <mhutc...@bbsae.com> wrote in message
news:3E564977...@bbsae.com...
2. Does MakelayCur call any other functions with args?
--
Regards,
Eric S.
A2k/W2k
"Mike Hutchinson" <mhutc...@bbsae.com> wrote in message
news:3E564977...@bbsae.com...