Login | Sign Up
 





 
AutoLISP Function Detail
Name: autoload

Syntax:
(autoload app list)

Description:
Automatically loads the AutoLISP file app when the commands in the list are typed at the command line.

Example(s):
(autoload "cl" '("cly" "clyr"))
nil