Commande:

PW_LIST->VARIANTSAFEARRAY

Famille: VLAX

Desc: transforme une liste en saffaray de variant

Syntaxe: ptsList

Autres informations:

;;;(setq matrix (vlax-make-safearray vlax-vbString '(1 . 2) '(1 . 4) ))

;;;#

;;;Commande: (vlax-safearray->list matrix)

;;;(("" "" "" "") ("" "" "" ""))

;;; (setq res (pw_list->safearray '( 1 2 3)))

;;;#

;;;Commande: (vlax-safearray->list res)

;;;(# # #)

;;;(setq res (pw_list->safearray '(( 1 2 3)(2 3 4))))

;;;#

;;;Commande: (vlax-safearray->list res)

;;;((# # #) (# # #))

E:\powerclic\ut_vlax.lsp