Executes the AutoCAD command. Returns 0 if successful, 1 if not.
AutoCAD errors are trapped without signaling an error.
acad_command ( cmdline As List ) As Integer
| Argument | Type | Description |
|---|---|---|
| cmdline | list | List of AutoCAD command name(s) to be executed. |
Intent >acad_command({" REGEN "})
--> 0