Sets the value of a variable in the current document's namespace
(vl-doc-set 'symbol value)
This function can be used by a VLX application to set the value of a variable that resides in the current document's namespace.
vl-doc-set is equivalent to set.
If executed within a document namespace,Arguments
A symbol naming a variable.
Any value.
Return Values
The value set.
Examples
Command: (vl-doc-set 'foobar "Rinky dinky stinky")
"Rinky dinky stinky"
vl-doc-ref function.
The