HasSection - cIniProcessor
Determines whether a section exists in ini data
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| sSection | String | Section to check |
Syntax
Function HasSection String sSection Returns Boolean
Call Example
Get HasSection sSection to BooleanVariable
Description
Determines whether a section exists in ini data.
Note that this works on the data in memory, call ReadFromFile to load an ini file from disk.
Return Value
True if section exists, else False