vl-doc-import
(vl-doc-import applicationName
['function1 ['function2 ...]])
Imports the specified function(s) from
specified VLX namespace into the current VLX namespace;
the specified VLX namespace must
exist.
see (vl-doc-export)
Arguments |
applicationName
the VLX application name (string or
symbol) |
Return |
always returns T |
Example |
(vl-doc-import 'OtherApp
'OtherFuncA 'OtherFuncB ...) |
Remarks |
if applicationName is not a
loaded VLX namespace, an error is triggered ! |
© Bricsys NV. All rights reserved. |