Sets the value of an AutoCAD system variable. Returns True if successful.
acad_setvar ( varname As String, _
value As Any ) As Boolean
| Argument | Type | Description |
|---|---|---|
| varname | string | The name of the AutoCAD system variable. |
| value | any | The value to be assigned to the AutoCAD system variable. |
Intent >acad_setvar(" CMDECHO ", 0)
--> True