Hi Mike,
Thanks for the offer.
My situation is that I'm providing an interface to an existing VLX code for
which I don't have the source.
The intention is to use the interface to ensure the user goes through the
licensing system i.e. we do not want the user to be able to see the calls to
the VLX program and bypass the VBA code which provides the security.
In general terms we have both lots of code in place and it's only a couple
of hours c.f. rewriting the lisp in VBA, or writing the VBA in lisp.
I don't think I can call the Lisp functions from VBA without Sendcommand.
Is there a way to do that ?
--
Laurie Comerford
CADApps
www.cadapps.com.au
"Mike Tuersley" wrote in message
news:MPG.1822792bd89812e09896a4@discussion.autodesk.com...
> Well I'm not sure how high up in the expert category I fall, but lets
> see...
>
> First off, you don't want NOMUTT. It is used as a debugger - I find it
> particularly useful with lisp. Second, you could try experimenting with
> EXPERT. It runs from 0 to 5 and eliminates lots of the command prompts
> for commands. Can't remember off hand which turns off the most, 0 or 5.
> But, I would highly doubt that it'll produce what you want.
>
> To play devil's advocate, if you are using 2000+ I'd recommend
> revisiting your code. I've never had to resort to the sendcommand since
> the R14 days. Usually it is as a last resort because you can't figure
> any other way around what you are trying to do. Maybe try posting a
> question, and/or a snippet of code, and see if we can help you avoid the
> sendcommand altogether. If nothing else, email me your code directly and
> I'll see what I can do to help you.
>
> Mike
>
> ===============================
> Mike Tuersley
> PhD @ CADalyst's AutoCAD Clinic
> http://www.cadonline.com
>
> > Hi Driss,
> >
> > I have a vague memory of a process whereby you effectively back spaced
to
> > the start of the command line and then wrote blanks over the text sent
by
> > Send command. I've just spent an hour with a Google search of the NG
> > without finding it though.
> >
> > A system variable NOMUTT showed up, but all it seems to do is hide the
word
> > "Command" in the command line.
> >
> > I (and many others) want this capability as well- so where are the
experts ?
> >
> > --
> >
> >
> > Laurie Comerford
> > CADApps
> > www.cadapps.com.au
> >
> >
> > "Driss" wrote in message
> > news:8A3F0FDC3870F10FF3514C257DEF3813@in.WebX.maYIadrTaRb...
> > > Hello everybody,
> > >
> > > Is there a way to make invisible the command lines sent by
'SendCommand' ?
> > >
> > > 'CMDECHO' variable works only on the results of a command.
> > >
> > > Thank you
> > >
> > > Driss.
> > >
> > >
> > >
> > >
> >
> >
> >