• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

script per testi

  • Thread starter Thread starter lukino92
  • Start date Start date

lukino92

Guest
Good evening,
I am a rookie to create scripts and unfortunately I cannot use neither vba nor lisp.
I'm trying to learn how to use the script.
I was wondering if it was possible to use scipt even for texts. autocad use 2013

example:
text: test
coordinates: (0,0);(10,10)

script
_mtext 0.0 10,10
at this point the text window opens and I can't move on from keyboard

Where am I wrong?

thanks in advance

 
you can't use a command in a script using a dialog box.
instead of _mtext uses -mtext (the same command but without dialogue), or a -text
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top