Retrieves application data from the AppData section of the acad*.cfg file
(getcfg cfgname)
The cfgname argument must be a string of the following form:
"AppData/application_name/section_name/.../param_name"
Application data, if successful. If cfgname is not valid, getcfg returns nil.
Assuming the WallThk parameter in the AppData/ArchStuff section has a value of 8, the following command retrieves that value:
Command: (getcfg "AppData/ArchStuff/WallThk")
"8"
See Also
-
The setcfg function.