DADiSP Worksheet Functions > Function Categories > Query Functions > GETCONFIG
Returns the value of the specified configuration parameter.
GETCONFIG("param")
"param" |
- |
A string, the configuration parameter to return. |
A real, integer or string, the value of the configuration parameter.
getconfig("beep")
returns 1 if the beeper is ON, 0 if the beeper is OFF.
Unlike GETCONF, GETCONFIG returns a numeric value if the configuration parameter value is numeric.
If the configuration parameter does not exist, an error occurs.
See the configuration file dadisp.cnf for a list of configuration parameters.
dadisp.cnf (configuration file)