;-----------------------------
(defun c:ClearUndoQueue nil
(vla-startundomark (setq adoc (vla-get-activedocument (vlax-get-acad-object))))
(vla-endundomark adoc)
(princ)
)
Command:
Command:
Command: _pline
Specify start point:
Current line-width is 0.000
Specify next point or [Arc/Halfwidth/Length/Undo/Width]:
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:
Command:
Command:
Command: _circle Specify center point for circle or [3P/2P/Ttr (tan tan
radius)]:
Specify radius of circle or [Diameter]:
Command: ClearUndoQueue
Command:
Command: _u GROUP
Command: _u Circle GROUP
Command: _u Polyline GROUP
Command: _u PROPERTIES
instead of this , i want to see:
Command:
Command:
Command: _pline
Specify start point:
Current line-width is 0.000
Specify next point or [Arc/Halfwidth/Length/Undo/Width]:
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:
Command:
Command:
Command: _circle Specify center point for circle or [3P/2P/Ttr (tan tan
radius)]:
Specify radius of circle or [Diameter]:
Command: ClearUndoQueue
Command:
Command: _u Nothing to undo
Command: _u Nothing to undo
Command: _u Nothing to undo
Command: _u Nothing to undo
Command: _u Nothing to undo
Command: _u Nothing to undo
Command: _u Nothing to undo
Command: _u Nothing to undo
Command: _u Nothing to undo