comp.lang.ada
 help / color / mirror / Atom feed
From: Ingo Marks <nospam_adv@region-nord.de>
Subject: Re: New Software Forum
Date: Tue, 17 Sep 2002 18:39:03 +0200
Date: 2002-09-17T18:39:03+02:00	[thread overview]
Message-ID: <am7lp6$fk9$01$1@news.t-online.com> (raw)
In-Reply-To: slrnaoebsp.7d3.randhol+news@kiuk0156.chembio.ntnu.no

Preben Randhol wrote:

>    Put_Line("Iteration" & Integer'Image(Num) &
>             " Result:"  & Integer'Image(Result) &
>             " Time:"    & Duration'Image(Elapsed_Time));

Even shorter (using a suitable string package):

Put_Line ("Iteration" & Num &
          " Result:"  & Result &
          " Time:"    & Duration'Image(Elapsed_Time));

Regards,
Ingo




  reply	other threads:[~2002-09-17 16:39 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-14 15:33 New Software Forum Jim Rogers
2002-09-15 16:57 ` Daniel Dudley
2002-09-15 18:29   ` Marc Spitzer
2002-09-15 19:22     ` Jim Rogers
2002-09-15 19:33       ` Jim Rogers
2002-09-15 23:27         ` CodeMage
2002-09-16 16:43           ` Adrian Hoe
2002-09-16 18:48           ` sk
2002-09-16 23:43           ` Keith Thompson
2002-09-17  7:38             ` CodeMage
2002-09-16  1:17       ` Jeffrey Carter
2002-09-16 13:51         ` Jim Rogers
2002-09-17  4:27           ` Daniel Dudley
2002-09-17 13:00 ` Ingo Marks
2002-09-17 13:35   ` Preben Randhol
2002-09-17 16:39     ` Ingo Marks [this message]
2002-09-17 16:41       ` Ingo Marks
2002-09-17 17:33         ` Preben Randhol
2002-09-17 19:07           ` Ingo Marks
2002-09-17 21:03             ` Simon Wright
2002-09-18 13:04           ` Stephen Leake
2002-09-18 13:38             ` Preben Randhol
2002-09-28 16:57               ` Richard Riehle
2002-09-18 14:07           ` Kevin Cline
2002-09-18 17:46             ` Ingo Marks
2002-09-18 10:09   ` Ingo Marks
replies disabled

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