vl-bb-ref
(vl-bb-ref 'varName)
This function returns the value of
varName from the
Lisp "BlackBoard".
Arguments |
varName (symbol) name of a Lisp variable |
Return |
the value of varName |
Example |
(vl-bb-set 'MyInstallPath
"C:/Apps/Tools/") |
Remarks |
the Lisp "BlackBoard" is
global to all open drawings and all loaded Lisp code; |
© Bricsys NV. All rights reserved. |