comp.lang.ada
 help / color / mirror / Atom feed
From: Robert A Duff <bobduff@shell01.TheWorld.com>
Subject: Re: How to put Floats in an Output File?
Date: Fri, 09 Jan 2009 16:47:23 -0500
Date: 2009-01-09T16:47:23-05:00	[thread overview]
Message-ID: <wccocyg6tjo.fsf@shell01.TheWorld.com> (raw)
In-Reply-To: e4441a73-0a37-49e5-b54b-b6d43dad4c87@a29g2000pra.googlegroups.com

tolkamp <f.tolkamp@chello.nl> writes:

> Put (Outp_File, Float_Io.Put (Value));

You want this:

Float_Io.Put (Outp_File, Value);

You can also do this:

Put (Outp_File, Float'Image (Value));

- Bob



  parent reply	other threads:[~2009-01-09 21:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-09 21:14 How to put Floats in an Output File? tolkamp
2009-01-09 21:28 ` Adam Beneschan
2009-01-09 21:47 ` Robert A Duff [this message]
2009-01-10  1:06 ` anon
2009-01-10 11:15   ` tolkamp
replies disabled

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