The Visual LISP Developer's Bible - 2003 Edition

Jul 06, 2002 · Use vlax-safearray-get-element to retrieve the second element in the first dimension of the array: _$ (vlax-safearray-get-element sa 1 1) ”A” _$ (vlax-safearray-get-element a 2 2) ”D" (vlax-safearray-put-element safearray element [element...] value) Assigns a new value to a single element … ................
................