Jump to content

unlimited pause in macro


comcu

Recommended Posts

Hi

 

I want to be able to select an unlimited amount of times just after copy base point, see macro below, any suggestions?

 

^C^C_copybase;\\\\^C^C_pasteblock;\^C^C_erase;p;;

 

many thanks

Link to comment
Share on other sites

Unfortunately thats not an option in LT. You can get a macro to pause for a window selection, to select a single object or for 10 objects, but not for a variable amount, it has to be hard coded into the macro. One possible method would be select your objects first and then run the macro to create the block?

^c^c^ccopybase;\pasteblock;\erase;p;;

But other than that there aren't a lot of options unless you want to create individual macros for each case 1,2,3,4,5 etc.

Link to comment
Share on other sites

Select prior is a good suggestion and the take out the pause character and replace with letter p, I will try tomorrow.

 

Thanks for helping

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...