Author Topic: Command line will display a lot of ( Lisp Expression).............  (Read 2027 times)

0 Members and 1 Guest are viewing this topic.

Rosamund

  • Guest
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 .

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: Command line will display a lot of ( Lisp Expression).............
« Reply #1 on: December 28, 2016, 08:23:33 AM »
It would help if you post the Lisp code.