comp.lang.ada
 help / color / mirror / Atom feed
From: AdaMagica <christ-usch.grein@t-online.de>
Subject: Re: Writing to string
Date: Thu, 2 Feb 2012 06:40:29 -0800 (PST)
Date: 2012-02-02T06:40:29-08:00	[thread overview]
Message-ID: <507aec5b-64c9-4122-b756-da64de24295a@do4g2000vbb.googlegroups.com> (raw)
In-Reply-To: 4f2a9a63$0$4819$703f8584@textnews.kpn.nl

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.



  reply	other threads:[~2012-02-02 14:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-02 14:13 Writing to string ldries46
2012-02-02 14:40 ` AdaMagica [this message]
2012-02-02 15:57 ` Dmitry A. Kazakov
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox