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=-0.8 required=5.0 tests=BAYES_00,INVALID_MSGID, SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e6b057440a987c7a X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: HELP NEEDED !! URGENT !! Date: 1999/02/22 Message-ID: <7arsp0$52q$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 447085513 References: <7arl83$qac$1@wolfenstein.adesium-services.fr> X-Http-Proxy: 1.0 x15.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Mon Feb 22 15:23:22 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-02-22T00:00:00+00:00 List-Id: In article <7arl83$qac$1@wolfenstein.adesium-services.fr>, "Pierre" wrote: > Could someone tell me how i can make to do input/output on an object of type > TIME of the package Ada.Calandar_IO ?? In human-readable form, or just saving as data? Streams or Sequential_IO are the standard ways to do data I/O. If you want translate TIME into human-readable form, you'll probably need to use Calendar.Split and display all the resultant parts in human-readable form. T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own