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.68.57.226 with SMTP id l2mr988918pbq.1.1414020754305; Wed, 22 Oct 2014 16:32:34 -0700 (PDT) X-Received: by 10.140.30.36 with SMTP id c33mr13619qgc.7.1414020754047; Wed, 22 Oct 2014 16:32:34 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!uq10no15887926igb.0!news-out.google.com!u5ni2qab.1!nntp.google.com!cm18no432006qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 22 Oct 2014 16:32:33 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=KSa2aQoAAACOxnC0usBJYX8NE3x3a1Xq NNTP-Posting-Host: 66.126.103.122 References: <7c1b89e6-9ab8-4faa-b60c-c5c4683f0bff@googlegroups.com> <1c18d4c3-aa53-4547-85c9-55477cde7364@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1c97c7e0-c552-4730-90e2-ad608337dd94@googlegroups.com> Subject: Re: Assembling Complex Strings Containing Carriage Returns Prior to Using Ada.Text_IO.Put? From: Adam Beneschan Injection-Date: Wed, 22 Oct 2014 23:32:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189986 Date: 2014-10-22T16:32:33-07:00 List-Id: On Wednesday, October 22, 2014 11:01:43 AM UTC-7, NiGHTS wrote: > This is clear to me now. I will try to avoid 'Img now that I know its GNAT-specific, or at the very least move it to a file specifically named to be compiled only in gnat. Thank you for your help. If you're concerned about portability, just use 'Image. X'Img is the same as T'Image(X) where T is the type of X. -- Adam