I have been struggling with a -LAYMRG macro. Here's what I need it to do:
Here's what I have so far: ^C^C-laymrg;select;n;"XX - Layout"
I have tried many different syntax and special characters but at the stage when it asks to select the destination layer to merge to, I can't make it select "Name" without manually typing N. I want it to do that immediately after selection has completed. Why won't the macro progress past SELECT without my input?
Many thanks.
Solved! Go to Solution.
Solved by cadffm. Go to Solution.
-LAYMRG is not designd for this,
you need a more complex macro to do this, or better you need 2 macros to do this.
Simpler is: LAYCUR
Set the target layer as current layer first.
Sebastian
Oh, i read it again and i see you don't understand where the problem is!
Please type in, by hand:
Command: -LAYMRG
following by: SELECT
Read the commandline now [F2]
This is the time where your macro brokes, not much later when you trying to enter N
Sebastian
You can go multiple ways in with "just LT" it is really to to make a perfect solution
More perfect -> often more complicated
Example, which needs to CANCEL if you like to stop the command.
*^C^C^C_.-LAYER;_new;"XX - Layout";;_.-LAYMRG;\;_name;XX - Layout;_yes
Sebastian
Can't find what you're looking for? Ask the community or share your knowledge.