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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6b321c404393abd0,start X-Google-Attributes: gid103376,public From: default Subject: Department of Stupid Questions, please... Date: 1999/03/21 Message-ID: <36F59EFA.DAA7D1B6@oit.edu>#1/1 X-Deja-AN: 457399848 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@nero.net X-Trace: news.NERO.NET 922066737 2155 140.211.130.181 (22 Mar 1999 01:38:57 GMT) Organization: Network for Education and Research in Oregon Mime-Version: 1.0 Reply-To: kolbergr@oit.edu NNTP-Posting-Date: 22 Mar 1999 01:38:57 GMT Newsgroups: comp.lang.ada Date: 1999-03-22T01:38:57+00:00 List-Id: Hello! Alright, to begin with I have experience in several programming languages, from assembly to OOP, and now I find myself delving into Ada. I am taking a class on Ada and I am absolutely stuck in a lab. I need to open a comma delimited file, read it's contents into a variant record, display the contents of the record, and then get the next record. So far I can open the file without a problem, it is the reading the comma delimited records into the variant records where I am hitting a wall. I would tag on my code with this message, but right at the moment it is a garbled mess from me trying a bajillion different approaches to the problem. Essentially, I am looking for pointers on working with variant records. Any information will be hugely appreciated! Thank you in advance! Lonnie Mathis, wannabe graduating senior...