Reading "A question for Tony T" post, it mentions that entXXX functions will disappear eventually, and be replaced by ActiveX (maybe in the next realease of Autocad?) So my question is how would I convert the 4 samples below to ActiveX? I have looked in the vlide help file - but I'm really not sure how to do it. 1) ((not (setq enaPline (car (entsel " Select polyline : "))))) ((/= (cdr (assoc 0 (setq eprPline (entget enaPline)))) "LWPOLYLINE") (alert "Selected object is not a polyline.") ) 2) (entmod eprPline) 3) (entupd enaPline) 4) (entmake '((0 . "Polyline") (66 . 1) (6 . "Continuous") (8 . "Cloud") (62 . 256) ) ) thanks Russ