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.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 10.107.19.234 with SMTP id 103mr6135904iot.22.1512151997478; Fri, 01 Dec 2017 10:13:17 -0800 (PST) X-Received: by 10.157.1.175 with SMTP id e44mr299349ote.1.1512151997252; Fri, 01 Dec 2017 10:13:17 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.kjsl.com!usenet.stanford.edu!i6no791970itb.0!news-out.google.com!x87ni987ita.0!nntp.google.com!193no783841itr.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 1 Dec 2017 10:13:17 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.154.191.115; posting-account=rhqvKAoAAABpikMmPHJSZh4400BboHwT NNTP-Posting-Host: 82.154.191.115 References: <8f8f88d8-b9f6-492e-991a-283509b21696@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <94b7e889-8aa4-4b0d-b3e8-cca43e9ae8cc@googlegroups.com> Subject: Re: "strings are delimited by double quote character", where there's a character variable From: Mehdi Saada <00120260a@gmail.com> Injection-Date: Fri, 01 Dec 2017 18:13:17 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:49311 Date: 2017-12-01T10:13:17-08:00 List-Id: Well, I do understand what a character is (a certain enumeration litteral), but I did nonetheless mixed up with the idea of a null string or size 0. I'll initialise character variables with Ada.Latin_1.Nul then. Thanks.