From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ccc963ff28188d78,start X-Google-Attributes: gid103376,public From: Emmanuel Lambert Subject: Putting a 'Duration' on the screen ? Date: 1999/01/18 Message-ID: <36A37529.69BFB3FF@cs.kuleuven.ac.be>#1/1 X-Deja-AN: 434069558 Cache-Post-Path: marvin!unknown@kn-10-0-6-84.kotnet.kuleuven.ac.be Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@belnet.be X-Trace: naxos.belnet.be 916682015 28592 134.58.127.3 (18 Jan 1999 17:53:35 GMT) Organization: KULeuvenNet X-Cache: nntpcache 2.3.2.1 (see http://www.nntpcache.org/) Mime-Version: 1.0 NNTP-Posting-Date: 18 Jan 1999 17:53:35 GMT Newsgroups: comp.lang.ada Date: 1999-01-18T17:53:35+00:00 List-Id: Hi, I am freaking out because I would like to output a variable from type Duration to the screen, but it does not work with put(...). I have included Ada.Float_Text_Io, but that does not help. Can someone give me a hint. I a unable to find good documentation on this. Thanks Emmanuel Lambert