acad_setvar()

Synopsis

Sets the value of an AutoCAD system variable. Returns True if successful.

Syntax

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.

Example 1

Intent >acad_setvar(" CMDECHO ", 0)
--> True