(setq testo "\\a1;non verificata! v{\\h0.7x;\\s^ed;}/v{\\h0.7x;\\s^max;} = " )
(setq valore "3,27")
(entmake
(list
(cons 0 "mtext")
(cons 100 "acdbentity")
(cons 100 "acdbmtext")
(cons 10 '(0.0 0.0)) ;punto d'inserimento
(cons 1 (strcat testo valore)) ;stringa testo
(cons 7 "arial") ;stile
)
)
Where can I find these things? I couldn't find anything on the net :/"\\a1;non verificata! v{\\h0.7x;\\s^ed;}/v{\\h0.7x;\\s^max;} = "
(setq xy_testo (list (+ x (* 2 c1)) (- y 0.4)))
(setq testo "\\a1;non verifier! v{\\h0.7x;\\s^ed;}/v{\\h0.7x;\\s^max;} = " )
(color "count")
(setq obj2 (vla-addmtext
Modelspace
(vlax-3d-point xy_testo)
0.16
(strcat testo non_verificata "\n" testo non_da_armare)))
find them in http://exchange.autodesk.com/autocad/ita/online-help/browse#ws1a9193826455f5ffa23ce210c4a30acaf-63b9.htm or even in the autocad help under "formatting a multiline text in an alternative text editor".Can you explain how it works? (for example? other things like the underlined, the bartender etc)
Where can I find these things? I couldn't find anything on the net :/