int/string = GetProfileVal(section, entry
, defValue
)
Returns a value from the application's INI file.
Parameters
section : string
The section in the INI file to read from.entry : string
The entry within the section in the INI file to read.defValue : int/string
The default value. The type of this parameter determines the method's return type.