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
- [acet-sysvar-set (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/acetsysvarset.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).