Sets a variable in the blackboard namespace
(vl-bb-set 'symbol value)
The value you assigned to symbol.
Command: (vl-bb-set 'foobar "Root toot toot")
"Root toot toot"
Command: (vl-bb-ref 'foobar)
"Root toot toot"
See Also
-
The vl-bb-ref function.
Sharing Data Between Namespaces in the AutoLISP Developer's Guide for a description of the blackboard namespace.