I am experimenting with the %@##!! new toolbar button editor system. The comments on that will be in a different thread. This just to note that despite the NoEcho, when Delete is part of a macro, it prints hte number of objects deleted on the command line.
Simple new macro:
! _Circle _Pause _Pause
NoEcho _SelLast _PlanarSrf
_SelPrev _Delete
Prints:
Command: _NoEcho
Deleted 1 object.
In V7, only the NoEcho prints:
Command: _NoEcho
I have also asked for a long time that NoEcho should not print itself to the command line.
(why is the first line of the macro above highlighted in green?)