|
|
#1 |
|
Senior Member
![]() ![]() ![]() Using: AutoCAD 2008 Join Date: May 2009
Location: Tauranga, New Zealand
Posts: 124
|
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 |
|
|
|
|
|
#2 |
|
Senior Member
![]() ![]() ![]() Using: Map 3D 2008 Join Date: Apr 2009
Location: The one after 909
Posts: 306
|
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.
|
|
~* And, in the end, the love you take *~
|
|
|
|
|
|
|
#3 |
|
Full Member
![]() ![]() Using: AutoCAD 2010 Join Date: Oct 2009
Location: Mendoza, Argentina
Posts: 31
|
sure there is'nt a system variable to enable or disable the mtext behaviour?
|
|
|
|
|
|
#4 |
|
Super Member
![]() ![]() ![]() ![]() Using: Civil 3D 2009 Join Date: Apr 2008
Posts: 1,488
|
It can only be suppressed by changing the nomutt system variable.
|
|
Seann: ...it went crazy ex-girlfriend on me...
eric_monceaux...its pretty funny seeing two AutoCAD Gods give each other flak... |
|
|
|
|
|
|
#5 |
|
Super Member
![]() ![]() ![]() ![]() Using: Civil 3D 2009 Join Date: Apr 2008
Posts: 1,488
|
|
|
Seann: ...it went crazy ex-girlfriend on me...
eric_monceaux...its pretty funny seeing two AutoCAD Gods give each other flak... |
|
|
|
|
|
|
#6 |
|
Senior Member
![]() ![]() ![]() Using: AutoCAD 2008 Join Date: May 2009
Location: Tauranga, New Zealand
Posts: 124
|
Thanks Alan - yes that is good. I am just curious about what the 'AT' means in
(defun AT: ??? |
|
|
|
|
|
#7 | |
|
Super Member
![]() ![]() ![]() ![]() Using: Civil 3D 2009 Join Date: Apr 2008
Posts: 1,488
|
Quote:
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). ![]() |
|
|
Seann: ...it went crazy ex-girlfriend on me...
eric_monceaux...its pretty funny seeing two AutoCAD Gods give each other flak... |
||
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create a command name for new buttons to type into the command line? | DWG Destroyer | AutoLISP, VBA, the CUI & Customisation | 8 | 25th Jul 2009 10:28 am |
| v 2009 Problems printing blank line to command line | ajs | AutoLISP, VBA, the CUI & Customisation | 1 | 7th Jul 2009 04:59 am |
| UCS and BASE command info needed | Bruce G Jackson | AutoCAD Beginners' Area | 1 | 8th Jun 2009 04:50 pm |
| OTRACK command fails when using floating command line | Autodesk | AutoCAD RSS Feeds | 0 | 3rd Feb 2007 02:40 am |
| Command Macro Gets Layer/Linetype Info | Dan | AutoCAD Drawing Management & Output | 5 | 21st Aug 2006 07:54 pm |