Navigation:  thinBasic Modules > INI (Text INI Files) >

INI_GetSectionKeyList

Previous pageReturn to chapter overviewNext page

 

Description

 

Retrieves a string containing the list of all keys present in a section of an initialization file.

 

Syntax

 

s = INI_GetSectionKeyList(IniFileName, SectionName)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

IniFileName

String

No

Name of the INI file to load from

SectionName

String

No

Name of the INI section where to retrieve keys from

 

Remarks

 

Every key name is separated by a $CRLF (Carriage Return + Line Feed) separator.

Use PARSE$ and PARSECOUNT function to get specific section names.

 

Restrictions

 

See also

 

INI_GetKey, INI_GetSectionsList

 

Examples

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com