The following entry was added to the Free Pascal contributed units:
Name : inifiles
Author : Raik Niemann
Email : [EMAIL PROTECTED]
Homepage : http://www.har.fh-stralsund.de/benutzer/bromatom/inifiles.html
FTP site : http://www.har.fh-stralsund.de/benutzer/bromatom/inifiles.zip
Version : 1.0b
Date : 2003-06-18
Category : File Handling
Supported OS : all OS�es
Description :
This unit is intended to read and store data in plain text files in the .ini-format,
e.g. configuration files.
An .ini file contains of one or more sections amd key-value-pairs in the sections. The
section names are enclosed in brackets "[","]" and the keys are seperated from the
values by a "=". The section names are case-insensitive, .g. "Section1" and "SECtION1"
are the same. The keys and values are case-sensitive.
[Section1]
Key1=Value1
Key2=Value2
# A comment
; Another comment
[Section2]
Key1=Value1
...
_______________________________________________
fpc-announce maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-announce