acad_command()

Synopsis

Executes the AutoCAD command. Returns 0 if successful, 1 if not.

AutoCAD errors are trapped without signaling an error.

Syntax

acad_command ( cmdline As List ) As Integer 
Argument Type Description
cmdline list List of AutoCAD command name(s) to be executed.

Example 1

Intent >acad_command({" REGEN "}) 
--> 0