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=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b56dc2cdde470ff4,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-18 10:24:10 PST Path: archiver1.google.com!news2.google.com!postnews1.google.com!not-for-mail From: chemmie@aol.com (J J. Rauch) Newsgroups: comp.lang.ada Subject: Reading from a .cfg file Date: 18 Jun 2001 10:24:10 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 207.109.1.73 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 992885050 24487 127.0.0.1 (18 Jun 2001 17:24:10 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 18 Jun 2001 17:24:10 GMT Xref: archiver1.google.com comp.lang.ada:8858 Date: 2001-06-18T17:24:10+00:00 List-Id: I am brand new to Ada and i need to write a package to read and parse data from a .cfg file. This package has to be compatible with both Ada 83 and Ada 95 as it will be used with programs that are written with both versions. Any input would be very helpful because I am just starting off with Ada now. I will be writing the package using Apex Ada 95 if that matters. Thank you, J. R.