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