This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
Retrieves a string containing the list of all keys present in a section of an initialization file.
Syntax
s = INI_GetSectionKeyList(IniFileName, SectionName [, Separator])
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 |
Separator |
String |
Yes |
String separator to be used. If none is indicated $CRLF pairs will be used. |
Remarks
Every key name is separated by a $CRLF (Carriage Return + Line Feed) separator if nothing is indicated.
Use PARSE$ and PARSECOUNT function to get specific section names.
Restrictions
See also
INI_GetKey, INI_GetSectionsList
Examples