vl-bb-set
(vl-bb-set 'varName value)
This function stores the value for varName in the Lisp
"BlackBoard".
Arguments |
varName (symbol) name of a Lisp variable |
Return |
returns value |
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. |