How to add your knowledge

acad_setvar()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1

    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