Macro - Make Layer

Macro - Make Layer

Anonymous
Not applicable
921 Views
2 Replies
Message 1 of 3

Macro - Make Layer

Anonymous
Not applicable

Within a Macro. how can I get the user to type a layer name; and then carry out the rest of the sequence of commands?

 

^C^C_-LA;c;8;rev*;;M;/;C;4;;;

 

 

0 Likes
Accepted solutions (1)
922 Views
2 Replies
Replies (2)
Message 2 of 3

jdiala
Advocate
Advocate

use backslash, instead of a forward slash then continue your command

 

^C^C_-LA;c;8;rev*;M;\;

 


@Anonymous wrote:

Within a Macro. how can I get the user to type a layer name; and then carry out the rest of the sequence of commands?

 

^C^C_-LA;c;8;rev*;;M;/;C;4;;;

 

 


0 Likes
Message 3 of 3

Kent1Cooper
Consultant
Consultant
Accepted solution

... and note that [as @jdiala wrote it out] there should be only one semicolon between the rev* and the M.  With two of them as in your original, the Layer command will be ended, and the M will be taken as a new command name [the command alias for Move, if you haven't changed that].

Kent Cooper, AIA
0 Likes