From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:aed:2fc2:: with SMTP id m60mr2795632qtd.98.1607019930468; Thu, 03 Dec 2020 10:25:30 -0800 (PST) X-Received: by 2002:a37:b8c:: with SMTP id 134mr4276619qkl.483.1607019930332; Thu, 03 Dec 2020 10:25:30 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 3 Dec 2020 10:25:30 -0800 (PST) In-Reply-To: <48d75e59-f289-4114-826a-be0f77d25329n@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a00:23c7:9c93:1301:7022:8c0b:c711:19ae; posting-account=x8wMnwoAAAA8a0T246z5PSIbauwVrBJp NNTP-Posting-Host: 2a00:23c7:9c93:1301:7022:8c0b:c711:19ae References: <9dab63e0-617f-43a3-a0a3-eac0ae049afcn@googlegroups.com> <2ecfe1ae-5b2b-4719-901c-ee9bbc1dce03n@googlegroups.com> <861rg7izdn.fsf@stephe-leake.org> <48d75e59-f289-4114-826a-be0f77d25329n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <64314936-d3d1-4837-a592-65ebac215d45n@googlegroups.com> Subject: Re: Advent of Code From: Wendel Wang Injection-Date: Thu, 03 Dec 2020 18:25:30 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:60685 List-Id: Yes, I am stilll exploring. I tried it with Stream_IO, but so far no luck. = The tricky bit is that the structure is not fixed in length, on ly fixed in= the data types. The String at the end has variable lenght and I have not = found out yet how to handle that...=20 I tried bounded (and unbounded) Strings, but I am not quite there yet