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.50.2.72 with SMTP id 8mr2663071igs.2.1429946142972; Sat, 25 Apr 2015 00:15:42 -0700 (PDT) X-Received: by 10.140.96.137 with SMTP id k9mr21010qge.10.1429946142844; Sat, 25 Apr 2015 00:15:42 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!m20no6101358iga.0!news-out.google.com!k20ni1064qgd.0!nntp.google.com!j5no3610925qga.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 25 Apr 2015 00:15:42 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=87.240.246.10; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 87.240.246.10 References: <47c7df1e-17c1-44cb-a455-43431f0d39cd@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Annoying behavior From: Laurent Injection-Date: Sat, 25 Apr 2015 07:15:42 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25614 Date: 2015-04-25T00:15:42-07:00 List-Id: On Saturday, April 25, 2015 at 6:50:17 AM UTC+2, Niklas Holsti wrote: > On 15-04-25 00:40 , Laurent wrote: > > Hi > > > > Trying to build a program which generates this type of txt files: > > Irrelevant. > > For the moment I try to get the part done which generates the > > content in the middle of the file, > > Irrelevant. Point taken. Following this group for some time. Sometimes people get flamed because they don't explain what they wanted to do. 50% probability of doing the wrong thing. > You should have showed the part of the program that raises this > exception, and explained why you think it should NOT happen. Forcing us > to download code from github is... annoying behaviour. I don't like to have graffiti smeared all over the screen when I read a message. Especially because there is nothing to differentiate it. No I won't post on StackOverflow. BTW I would perhaps have been flamed by not providing some compilable code. Again 50%... go there. Point taken. > Enumeration_IO.Get reads an enumeration literal, stops after the >literal, and does NOT skip the line terminator. Sounds familiar. Had that one already. Thats why I tried the skip_line. > Uncommenting your Skip_Line after the SIR_Type_IO.Get works perfectly > for me, giving the output: Yes. No idea what I actually tried before, can't be the same I wrote in my OP. After all I am just a noob. Getting some sleep before posting this message would have been the easier and less wasting of your/my time. Thanks Laurent