Function Entry: VLISP-IMPORT-EXSUBRS
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLISP-IMPORT-EXSUBRS
Name
vlisp-import-exsubrs
Class
BricsCAD VLX Namespace Function (obsolete)
Syntax
(vlisp-import-exsubrs)
Arguments and Values
- filename a single Lisp symbol (string or symbol) or a list of
- Lisp symbols
- function1 function2 …
- string names of functions to be
- imported
Description
(vlisp-import-exsubrs (list filename "function1" "function2" …)) This function loads the specified ARX/BRX module filename and imports the specified functions into current VLX namespace; those functions function1, function2, … should be exported by the ARX/BRX module. see (vl-arx-import)
Return Values
the filename if loaded successfully, or NIL
Notes
In BricsCAD LISP, all functions exported by ARX/BRX modules are always exported to the the Lisp core namespace, while AutoCAD exports those functions to the document's namespace.
obsolete function ! please use (vl-arx-import)
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vlisp-import-exsubrs (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vlispimportexsubrs.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).