GetLogging
Gets the current value for logging parameters.
The parameters you can query include the following:
Syntax
GetLogging(Section, Name)
Section:
The INI section name.
Name:
The system parameter name.
Return Value
If the function succeeds, the value is returned as a string. An empty string is returned if an error occurs. To get extended error information, call IsError().
Related Functions
See Also