comp.lang.ada
 help / color / mirror / Atom feed
From: stt@inmet.inmet.com
Subject: Re: HELP! HELP! HELP! need to display D
Date: 12 Apr 91 16:27:00 GMT	[thread overview]
Message-ID: <20600099@inmet> (raw)
In-Reply-To: 34421@<1991Apr9


Re: Output of Duration

Try the following:

    with Text_IO; pragma Elaborate(Text_IO);
    package Duration_IO is new Text_IO.Fixed_IO(Duration);

    with Duration_IO, Text_IO;
    procedure Main is
    begin
        Duration_IO.Put(86399.99);
        Text_IO.New_Line;
    end Main;

This should solve your problem, I hope.

-Tucker Taft
Intermetrics, Inc.
Cambridge, MA  02138

           reply	other threads:[~1991-04-12 16:27 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <34421@<1991Apr9>]
replies disabled

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