Sets a system environment variable to a specified value
(setenv varname value)
The following command sets the value of the MaxArray environment variable to 10000:
Command: (setenv "MaxArray" "10000")
"10000"
Note that changes to settings might not take effect until the next time AutoCAD is started.
See Also
-
The getenv function.