Jump to content

Recommended Posts

Posted

Hi

 

I wonder when can I use this command since that I can use 'pause' individually within lots of commands ......???

 

Any suggestions !!!!!

 

Thanks

Tharwat

Posted

At any point in a command that requires user input. However, I strongly advise against it if you can avoid it (95% of the time one can).

Posted

I agree and that's why I mentioned that we can use pause it in a command instead ...

 

And that's usually used with ;

 

(while (/= (getvar "cmdactive") 1)
   (command pause)
   )

Posted

I'm trying to say you should avoid the use of (command PAUSE), when possible. Which is 99.5% of the time.

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...