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,b56dc2cdde470ff4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-02 08:36:07 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Reading from a .cfg file Date: 2 Sep 2001 08:36:07 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0109020736.1ac4066c@posting.google.com> References: <3b8a0f44.1828305@news.nl.uu.net> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 999444967 17693 127.0.0.1 (2 Sep 2001 15:36:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 2 Sep 2001 15:36:07 GMT Xref: archiver1.google.com comp.lang.ada:12637 Date: 2001-09-02T15:36:07+00:00 List-Id: > > On 18 Jun 2001 10:24:10 -0700, chemmie@aol.com (J J. Rauch) wrote: > > > > >I am brand new to Ada and i need to write a package to read and parse > > >data from a .cfg file. using Apex Ada 95 This is highly vendor dependent (the .cfg file is an artifact of the Apex implementation), so I would suggest contacting your vendor for assistance, since this is the kind of problem that your vendor should be able to help with. If there are specific Ada programming questions regarding techniques necessary to write this program, then it is quite appropriate to ask here, but you will have to describe the problem in a precise stand alone form for most people to understand the question you are asking.