Skip to content

Keys - cIniProcessor

Returns all keys available within the provided section of ini data

Type: Function
Return Data Type: String[]

Parameters

Parameter Type Description
sSection String Section to check

Syntax

Function Keys String sSection Returns String[]

Call Example

Get Keys sSection to String[]Variable

Description

Returns all keys available within the provided section of ini data

Note that this works on the data in memory, call ReadFromFile to load an ini file from disk.