Automatically load the SDS™ 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 SDS file.
Example
Code | Returns |
---|---|
(autoxload "routine" '("start" "run" "stop")) | nil |
Tell me about...