Message 1 of 5
Command macro explode all, set properties and purge all

Not applicable
07-21-2019
12:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all
I'm trying write a command with a macro that:
first explode all( 3 times to be sure that all is exploded)
then change properties of all objects (color/layer/linetype)
and at the end purge all (3 time to be sure that all is purged)
^C^C^C_ai_selall;_explode;_ai_selall;_explode;_ai_selall;_explode;_ai_selall;_chprop;color;5;layer;0;ltype;continuous;_purge;all;*;n;_purge;all;*;n;_purge;all;*;n;
but don't work 😞
It's interrupt during the second selection request.
if i split this in many different macros works,but in a single string no.
help please