Share

About Compiling a Program From a File (AutoLISP)

Product Documentation
Intermediate

To compile a single AutoLISP file, call the vlisp-compile function. The function syntax is

(vlisp-compile 'modefilename” [out-filename])

For this function

  • mode is a symbol identifying the compiler mode
  • filename is a string naming the source file
  • out-filename is a string naming the compiled output file

Was this information helpful?