Hi all,
who knows a way to cancell a command via reactors
Here is my code of traping event of starting commands. I want to prevent AutoCAD of continuing some commands, with no success:
(VLR-Command-Reactor
nil
(list
(cons
:VLR-commandWillStart
'Reactor:commandWillStart
)
)
)
(de...