Jump to content

(command " " )


Tharwat

Recommended Posts

Your code will call last used command. To ensure that no command is active (i.e. in error handlers) use:

 

(command)

 

Regards,

Link to comment
Share on other sites

Your code will call last used command. To ensure that no command is active (i.e. in error handlers) use:

 

(command)

 

Regards,

 

Thanks a lot.

And is it possible to definite it separately like this.

(defun Nothing ( )
(command ""))

 

But we have to be sure about which command that would be repeated

in sequence ..... right?

 

Many thanks

 

Tharwat

Link to comment
Share on other sites

You could do that Tharwat, but that Nothing function is going to do nothing other than call the (command "") function, so it's somewhat superfluous. You could just as easily use (command "") and not have to bother creating an extra function.

Link to comment
Share on other sites

You could do that Tharwat, but that Nothing function is going to do nothing other than call the (command "") function, so it's somewhat superfluous. You could just as easily use (command "") and not have to bother creating an extra function.

 

Thank you Freerefill

I do Appreciated it .

 

 

Tharwat

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