Login | Sign Up
 





 
AutoLISP Function Detail
Name: setcfg

Syntax:
(setcfg cfg str)

Description:
Stores the string value in to the location of the AppData section of the AutoCAD Configuration file that is specified in the cfg parameter.

Example(s):
(setcfg "AppData/MyApp/Val1" "Me")
Me