(getcfg parameter)
Determine the value of the parameter.
This function returns data from the PSOFT/User section of the system registry. The parameter is a string with the following format:
"AppData/appname/sname/parameter" where:
Cfg Name | Means |
---|---|
AppData | The [AppData] section. |
appname | The name of the application. |
sname | The section name. |
parameter | The parameter name. |
Example
Code | Returns |
---|---|
(getcfg "appdata/appname/sname/parameter") | 56 |
Tell me about...
Programming Overview of LISP (LISt Processing) Language