Set the system variable to that value.
This function changes the value of Bricscad system variables. The sysvar argument is the exact name of the system variable, in string format.
The value is the new value for the system variable. The format of value varies, depending on the system variable; it could be an integer, a real number, a list of x,y or x,y,z-coordinates, or a string-as shown by the examples below.
Examples
Code | Returns |
---|---|
(setvar "cmdecho" 1) | 1 |
(setvar "gridunit" '(1 1)) | (1.0 1.0) |
(setvar "insbase" '(1 2 3)) | (1.0 2.0 3.0) |
(setvar "dwgname" "drawing1") | "drawing1" |
NOTES
Tell me about...
Programming Overview of LISP (LISt Processing) Language
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |