_vlax-safearray-mode
(_vlax-safearray-mode T/NIL)
enables or disables "Lisp Optimiser" features,
which analyses (defun) code blocks at load-time to optimise
inefficient code to be more efficient (i.e. by combining statements
into efficient built-in VLE functions)
Arguments |
T/NIL |
Return |
T / NIL indicating the effective status |
Example |
(_vlax-safearray-mode T)
for an empty SafeArray, NIL is returned by
(vlax-safearray->list) |
Alias |
|
Remarks |
safe usage : |
© Bricsys NV. All rights reserved. |