INI_GetValue
Returns a String containing the value of the specified item.
Syntax
INI_GetValue( index [, default] )
Parameters
Name | Type | Description |
---|---|---|
index | String | Required. The index of the key in the INI-file (
|
default | String | Optional. The value to be returned if the key does not exist. Default: "" |
Return value
String : The value of the key. If the key does not exists the default value is returned.
See also
- GetPrivateProfileString