From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=BAYES_50,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:7d47:: with SMTP id h7mr39067064qtb.486.1638226226397; Mon, 29 Nov 2021 14:50:26 -0800 (PST) X-Received: by 2002:a5b:950:: with SMTP id x16mr9366086ybq.675.1638226226229; Mon, 29 Nov 2021 14:50:26 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 29 Nov 2021 14:50:25 -0800 (PST) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2a00:23c0:f583:ec01:68ac:7834:980a:da59; posting-account=5K6RMgoAAADQeoHIOMi2dg5aYc0IVxGi NNTP-Posting-Host: 2a00:23c0:f583:ec01:68ac:7834:980a:da59 References: <053c8a45-2829-4f2e-925c-b72308c1fe61n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Empty String confusion; Positive and Natural From: Kevin Chadwick Injection-Date: Mon, 29 Nov 2021 22:50:26 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:63165 List-Id: > It would clarify your question if you would show the declaration of that= =20 > record type. Does it use the String type, or the Unbounded_String type? Hopefully I will have a doh moment when I get into the office in the mornin= g and post code. I am getting a range check exception when I assign "" to a= standard.String in a record by returning the record from a function. Surel= y, I must have caused it somehow.