GetValue - cIniProcessor¶
Include: Use System\Ini.pkg
Returns a key value or the supplied default.
Type: Function
Return data type: String
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sSection |
String | Section name. |
sKey |
String | Key name. |
sDefault |
String | Value returned when the key is not present. |
Syntax¶
Function GetValue String sSection String sKey String sDefault Returns String
Call¶
Get GetValue of hoIni "server" "host" "localhost" to sHost
Description¶
Returns a key value or the supplied default.