GetKeys

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > INI (Text INI Files) > INI Module Classes > cIniFile > <cIniFile> Methods >

GetKeys

 

Description

 

Return all keys names present into a section

 

Syntax

 

s = <cIniFile>.GetKeys (sSection, sKeySeparator)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

sSection

String

No

Section name

sKeySeparator

String

No

Key separator, a character used to separate keys name into returned string

 

 

Remarks

 

Restrictions

 

See also

 

Examples