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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.186.73 with SMTP id fi9mr16104038obc.48.1393926390075; Tue, 04 Mar 2014 01:46:30 -0800 (PST) X-Received: by 10.182.191.98 with SMTP id gx2mr48787obc.22.1393926389867; Tue, 04 Mar 2014 01:46:29 -0800 (PST) Path: border1.nntp.dca.giganews.com!nntp.giganews.com!l13no1200514iga.0!news-out.google.com!h8ni5igy.0!nntp.google.com!ur14no702989igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 4 Mar 2014 01:46:29 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.154.216.92; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 194.154.216.92 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Reading data from file From: Laurent Injection-Date: Tue, 04 Mar 2014 09:46:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:185125 Date: 2014-03-04T01:46:29-08:00 List-Id: Hi Still trying to solve an exercise. I am supposed to develop a procedure which reads the data from a txt file. My first try fails because I get an error on reading an enumeration. Unfortunately I have no idea why. Txt file: ID: 1234 Name: test Gender: male <== reading fails with atio_enumio error Numdepend: 1 Salary: 200.0 StartDate: 12 feb 2013 Writing this from my smartphone so I don't have a lot info available. The EOL character: do I have to take care of those or are they automatically skipped by atio/ aitio. Get? Or I have to check if the Name is read correctly and doesn't interfer with the enum. Or are there more detailed examples in the ARM? Thanks Laurent