Jump to content

Recommended Posts

Posted

Hi

probably an easy one.....

When I use the command mtext in my code

for example:

 

(command "Mtext" pt1 "_Justify" TL "HEIGHT" #TxtHgt pt3)

 

I always get this annoying returned message in the command line.

How can I not show this:

 

Current text style: "STANDARD" Text height: 55.0000

 

Cmdecho is set to 0

 

thanks

Posted

The only two tricks I use to get rid of prompts like that is setting cmdecho to 0 and/or nomutt to 1. Neither seemed to work. I did have the same issue before with MText and I couldn't get rid of that prompt. It might be that you simply cannot.

Posted

sure there is'nt a system variable to enable or disable the mtext behaviour?

Posted

It can only be suppressed by changing the nomutt system variable.

Posted

Thanks Alan - yes that is good. I am just curious about what the 'AT' means in

(defun AT: ???

Posted
Thanks Alan - yes that is good. I am just curious about what the 'AT' means in

(defun AT: ???

:) Just a nice alternative to worrying with the command.

 

I prefix subroutines I write with AT: to stay organized. Plus I can filter them out if needed easier from (atoms-family 1).

AT: = Alan Thompson

 

You can also do (vla-put-rotation (AT:MText......) radians). :)

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