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 sections present in an initialization file.
Syntax
s = INI_GetSectionsList(IniFileName [, Separator])
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
IniFileName |
String |
No |
Name of the INI file to load from |
Separator |
String |
Yes |
String separator to be used. If none is indicated $CRLF pairs will be used. |
Remarks
Every section 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_GetSectionKeyList
Examples