KeyExists - cIniFile¶
Include: Use System\Ini.pkg
Checks whether a key exists.
Type: Function
Return data type: Boolean
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sSection |
String | Section name. |
sKey |
String | Key name. |
Syntax¶
Function KeyExists String sSection String sKey Returns Boolean
Call¶
Get KeyExists of hoIni to result
Description¶
Checks whether a key exists.