R2005: Can someone help me with this code? Command: (setq blkobj (vla-add (vla-get-blocks (vla-get-activedocument (vlax-get-acad-object))) (vlax-3d-point r1p1) "testblock")) #<VLA-OBJECT IAcadBlock2 0d32eae4> Command: (setq sary (vlax-safearray-fill (vlax-make-safearray vlax-vbObject '(0 0)) blkobj)) ; error: vlax-safearray-fill failed. Invalid initialization list. #<safearray...> #<VLA-OBJECT IAcadBlock2 0d32eae4> I've checked it over and cannot get it to work. TIA Bill