@m_rogoff wrote:
However, half of my company uses LT. If I can get this in macro too that would be great!
Hi m_rogoff,
have been a long time I don't write 'macros' (many years), but what I thought it would be a way, has resulted in a nonfunctional macro, it was:
- run the select command
- test the sysvsr LASTPROMPT
- do different actions as a result of lastprompt test...
Would be anything like this:
NONFUNCTIONAL MACRO (just to expose my idea)
^C^C_.select;$M=$(if,$(=,$(getvar,lastprompt),Select objects:),_.select;\_.chprop;p;;p;LA;S3;c;BYLAYER;lw;BYLAYER;;,_.chprop;p;;p;LA;S-3;c;BYLAYER;lw;BYLAYER;;)
Maybe someone who write more macros than me, could write this macro in the correct way... Just a thought...
Henrique