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