Automatically load the LISP application when one of its commands is used.
This function returns associates a list of command names with an application name. Then, when the user types a command name, IntelliCAD® 2001 searches for and loads the associated LSP file.
Example
Code | Returns |
---|---|
(autoload "routine" '("start" "run" "stop")) | nil |
Tell me about...