vl-doc-ref
(vl-doc-ref 'varName)
This function retrieves the value of
variable varName from the current document NameSpace.
Arguments |
varName (symbol) name of a Lisp variable to be evaluated in current document NameSpace |
Return |
returns the value of the specified Lisp variable |
Example |
(vl-doc-ref 'calcResult) 1.234 |
Remarks |
this function also works
identical if executed in current document NameSpace; |
© Bricsys NV. All rights reserved. |