vl-doc-ref
(vl-doc-ref 'globalVarX)
This function returns the value of the
specified Lisp variable / symbol from the global document
namespace.
see (vl-doc-set)
|
Arguments |
globalVarX (string or symbol) name of a Lisp symbol to be imported from the global document namespace |
|
Return |
the value of the specified Lisp symbol globalVarX |
|
Example |
(vl-doc-ref 'testVar) returns the value of "testVar" variable / symbol |
|
Remarks |
if (vl-doc-ref) is called from the global document namespace, it does nothing and returns the value of the specified Lisp symbol globalVarX |
| © Bricsys NV. All rights reserved. |