Returns a Lisp object that contains a type and a value.
com
make-lisp-variant type &optional value => lisp-variant
type⇩ |
A keyword. |
value⇩ |
A Lisp object. |
lisp-variant⇩ |
A lisp-variant. |
The function make-lisp-variant
returns a lisp-variant object lisp-variant containing type and value.
lisp-variant can be passed as an argument to an Automation method, to give control over the VT code that the method sees. The meaning of type and value are as described for set-variant.
COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:41