BEGIN INI / GET / SET / END INI
  

INI files handling commands

SYNTAX

BEGIN INI [ FILENAME | FILE | DISK <cIniFile> ]

GET <uVar>
[ SECTION <
cSection> ]
[ ENTRY <
cEntry> ]
[ DEFAULT <
uDefault> ]

SET [ SECTION <cSection> ]
[ ENTRY <
cEntry> ]
[ TO <
uVal> ]

DEL SECTION <cSection>
[ ENTRY <
cEntry> ]

END INI


A new commands:
GET BEGIN COMMENT TO <
uVar>;
GET END COMMENT TO <
uVar>;
SET BEGIN COMMENT TO <
uVal>;
SET END COMMENT TO <
uVal>;

Functions:at the first line of an INI file;
- GetBeginComment(
- SetBeginComment()
Functions:at the last line of an INI file;
- GetEndComment()
- SetEndComment() t