comp.lang.ada
 help / color / mirror / Atom feed
* Re: HELP! HELP! HELP! need to display D
       [not found] <34421@<1991Apr9>
@ 1991-04-12 16:27 ` stt
  0 siblings, 0 replies; only message in thread
From: stt @ 1991-04-12 16:27 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1991-04-12 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <34421@<1991Apr9>
1991-04-12 16:27 ` HELP! HELP! HELP! need to display D stt

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