TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Rosamund on December 26, 2016, 01:37:05 AM

Title: Command line will display a lot of ( Lisp Expression).............
Post by: Rosamund on December 26, 2016, 01:37:05 AM
Hi guys

Frist .Best wishes ! Wish you have a merry Christmas holiday.

I have a question too.

Sometimes , Use a lisp to do something. when finish ,I want undo , use Ctrl+ Z

I found a strange phenomenon in  Command Line. See attachment  image.

When use "Ctrl+z" undo ,  Command line will display a lot of ( Lisp Expression).............  Why ?

Some people answer me because in Lisp file No use (command "_.undo" "be") and (command "_.undo" "e").

I see that ,In Lisp file have already used  (LM:startundo (LM:acdoc))  and  (LM:endundo (LM:acdoc)).

How to make it not display ? Thanks a lot .
Title: Re: Command line will display a lot of ( Lisp Expression).............
Post by: roy_043 on December 28, 2016, 08:23:33 AM
It would help if you post the Lisp code.