The textbox funtion dosen't work in Autocad 2016. But it can work in Autocad 2010-2014. What is going wrong?
Thanks a lot!!
Works here with:
(textbox (entget(car(entsel))))
Thanks your reply!
But there are still some problem about textbox.
As below:
(setq AA "abc")
(textbox (list (cons 1 AA)))
these codes is used in my lisp and they can work in autocad 2014. Unfortunely, it doesn't work in 2016. What is problem in my lisp?
thanks a lot
nikko_1983 wrote:
Thanks your reply!
But there are still some problem about textbox.
As below:
(setq AA "abc")
(textbox (list (cons 1 AA)))
these codes is used in my lisp and they can work in autocad 2014. Unfortunely, it doesn't work in 2016. What is problem in my lisp?
thanks a lot
Works for me in AC2017. ( don't have AC2016 on this box.)
// Called Kerry in my other life.
Everything will work just as you expect it to, unless your expectations are incorrect.
Sometimes the question is more important than the answer.
class keyThumper<T> : Lazy<T>; another Swamper
Can't find what you're looking for? Ask the community or share your knowledge.