From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5c2523511c53f2ec X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-29 12:37:21 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newshub.sdsu.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Ini reader package Date: 29 Oct 2003 15:22:06 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: NNTP-Posting-Host: shevek.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1067459149 23817 128.183.235.101 (29 Oct 2003 20:25:49 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 29 Oct 2003 20:25:49 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:1825 Date: 2003-10-29T20:25:49+00:00 List-Id: Ching Bon Lam writes: > Does anyone know if there is some kind of ini file reader/writer package? > Otherwise i'll write one myself. Grace.Config_Files reads Java properties syntax; that satisfies "some kind of ini file", unless you meant "exactly Windows ini file format". http://savannah.nongnu.org/projects/grace/ A question; what search engines did you employ, that did not find this? I'd like to fix that. -- -- Stephe