All Manuals > COM/Automation User Guide and Reference Manual > 4 Automation Reference Entries

make-lisp-variant Function

Summary

Returns a Lisp object that contains a type and a value.

Package

com

Signature

make-lisp-variant type &optional value => lisp-variant

Arguments
type
A keyword.
value
A Lisp object.
Values
lisp-variant
Description

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.

See also

lisp-variant
set-variant


COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:41