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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e08226482c37d6ac X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.74.201 with SMTP id w9mr2297807pbv.0.1328193630114; Thu, 02 Feb 2012 06:40:30 -0800 (PST) Path: lh20ni252440pbb.0!nntp.google.com!news1.google.com!postnews.google.com!do4g2000vbb.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: Writing to string Date: Thu, 2 Feb 2012 06:40:29 -0800 (PST) Organization: http://groups.google.com Message-ID: <507aec5b-64c9-4122-b756-da64de24295a@do4g2000vbb.googlegroups.com> References: <4f2a9a63$0$4819$703f8584@textnews.kpn.nl> NNTP-Posting-Host: 91.7.40.21 Mime-Version: 1.0 X-Trace: posting.google.com 1328193629 23692 127.0.0.1 (2 Feb 2012 14:40:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 2 Feb 2012 14:40:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: do4g2000vbb.googlegroups.com; posting-host=91.7.40.21; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.0; rv:9.0.1) Gecko/20100101 Firefox/9.0.1,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-02-02T06:40:29-08:00 List-Id: See A.10.1(55,60) for Integer_IO and Modular_IO procedure Put(To : out String; Item : in Num; Base : in Number_Base := Default_Base); (67) for Float_IO procedure Put(To : out String; Item : in Num; Aft : in Field := Default_Aft; Exp : in Field := Default_Exp); and similarly for the other type categories. The length of the To parameter determines, additionally to the other parameters, the complete format of the output. See the corresponding subchapters of chapter A.10.