Function Entry: ACET-SYSVAR-SET

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: ACET-SYSVAR-SET

Name

acet-sysvar-set

Class

BricsCAD ExpressTools API Function

Syntax

(acet-sysvar-set varlist)

Arguments and Values

Arguments are described in the vendor page; see Source Notes.

Description

Sets system variables from given list varlist and saves the actual values of those system variables to an internal stack list; varlist is a list containing the system variable names and there new values as a flat sequence. Returns the list of saved system variables with their values. Example : (acet-sysvar-set '("cmdecho" 0 "osmode" 0 …))

Return Values

Vendor-defined; see Source Notes.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes