repeat tool palette

repeat tool palette

Anonymous
Not applicable
283 Views
2 Replies
Message 1 of 3

repeat tool palette

Anonymous
Not applicable

I cannot for the life of me make this macro in my tool pallete repeat....any ideas?

It repeats to Delete, where I want it to repeat from the start.

 

C^C^_SSX;\ ERASE;P

 

Thanks in advance.

Cheers

Allan

0 Likes
284 Views
2 Replies
Replies (2)
Message 2 of 3

doglips
Advocate
Advocate

What is it that you want to do here?

0 Likes
Message 3 of 3

Kent1Cooper
Consultant
Consultant

@Anonymous wrote:

I cannot for the life of me make this macro in my tool pallete repeat....any ideas?

It repeats to Delete, where I want it to repeat from the start.

 

C^C^_SSX;\ ERASE;P

....


To make a macro automatically repeating, it must begin with

 

*^C^C

 

You have your ^'s and C's reversed, and are missing the *.

Kent Cooper, AIA
0 Likes