banner

API.get_INIKey method

Retrieves a value from an .ini file.

Syntax

sValue = window.external.API.get_INIKey(sINIFileName, sSectionName, sKeyName);

Parameters sINIFileName

String. The .ini file that contains the value.

sSectionName

String. The section in the .ini file that contains the value.

sKeyName

String. The entry in the .ini file that contains the value.

Return Values String. The value of the sKeyName entry in the .ini file.
Applies To window.external.API
Example
sValue = window.external.API.get_INIKey(MyFile.ini, SectionName, KeyName);