(setq axd (vla-AddDimAligned spc d1 d2 ex))
(vla-Copy axd)
(vl-cmdf "_.explode" "_l" "") ;could not find an ActiveX equivalent for this
(setq del (ssget "_p")) ;errors here, does not set the variable and exits routine
Can someone shed some light? What is the deal with the above?
I am able to...