Function Entry: ACET-AUTOLOAD2
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: ACET-AUTOLOAD2
Name
acet-autoload2
Class
BricsCAD ExpressTools API Function
Syntax
(acet-autoload2 loadlist)
Arguments and Values
Arguments are described in the vendor page; see Source Notes.
Description
Similar to (acet-autoload), loadlist can have 1 or more arguments; the second argument can be a string or a Lisp function definition. NOTE : only the first argument (application file) is supported This function searches for a matching application file, and if found, loads the Lisp/BRX module immediately. If the application file is specified without extension, .lsp is automatically appended to the filename. supported file types : .lsp, .arx, .brx example : (acet-autoload2 '("MyTool" "C:MyTool" nil/t "MyTool" 2)) searches for MyTool.lsp in all support pathes, and loads it; other arguments are ignored (acet-autoload2 '("MyTool.brx" "MyTool")) searches for MyTool.brx in all support pathes, and loads it; other arguments are ignored
Return Values
Vendor-defined; see Source Notes.
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [acet-autoload2 (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/acetautoload2.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).