std-load-external | ![]() |
(std-load-external <filename>)
Extends std-load by searching for appropriate external module extensions like ARX, EXP or EXE.
If a explicit extension is given it only searches for this extension first in the defined *MODULE-PATH*
, then in the Acad Library Path.
2) LSP
3) ARX if supported (>= R13)
4) EXE or EXP (ADS modules)
filename: string, the filename of the module to be loaded. No extension or pathname needed.
The return value of the loaded module on success or nil on failure.
It loads a module, which may create unpredictable side-effects, such as with std-load.
(std-require 'STDLISP)
Defined in STDINIT and STDLISP