AutoLISP question
19-Apr-88 20:14:56
Sb: #21962-AutoLISP question
Fm: Craig Sharp [Mem TM] 73417,2320
To: Training [ADESK] 73417,2235
Brad:
Not to butt in, but I had the same thing happen to me the other day when I
was trying to do a quick fix to a menu macro. I didn't have the time to think
it all out, but this is something like what I was doing. I don't remeber the
exact condition, but I was trying to add some commands to one of those
wonderful 'Kelvinated' lisp routines in a series.
….(f:drag "a1008b" x y r)/^c (command "insert" "a1008b" "@" x y pause)…
etc… The error occured after the cancellation of the drag function. The
macro originally had standard commands following the lisp routine, but I
needed to proceed with a series of commands. I tried listing the commands as
standard prompt commands, and also using (progn… and couldn't get around
the 'Can't reenter Autolisp, even though with one version, everything
executed properly. I'm not sure if I used a space (return) following the ^c,
but I'm pretty sure I tried it both ways in one form or another. What did I
do wrong? I am sure the error occured in this portion of the macro.
Craig.
.