Safearrays are used in combination with ActiveX objects to represent points and matrixes.
(setq 4dubs (vlax-make-safearray vlax-vbDouble '(0 . 3))) (vlax-safearray-fill 4dubs '(3.0 6.0 7.2 1.0)) (setq var4dubs (vlax-make-variant 4dubs))