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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f43af0172d927fa2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Norbert Caspari Newsgroups: comp.lang.ada Subject: Re: how to put Unsigned_64? Date: Mon, 30 Jan 2006 19:18:56 +0100 Organization: T-Online Message-ID: References: <43DE4B2E.60305@adarose.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1138645136 00 27784 ZNQVvslrnmJUEBL 060130 18:18:56 X-Complaints-To: usenet-abuse@t-online.de X-ID: GhBUh2ZDwepsAje7w5Cesq+lBjvL9WskerAYzFhPtEmnQnRLLtRoca User-Agent: KNode/0.4 Xref: g2news1.google.com comp.lang.ada:2710 Date: 2006-01-30T19:18:56+01:00 List-Id: Frank J. Lhota wrote: > You can create a package of subprograms for reading and writing > Unsigned_64 values by instantiating Ada.Text_Io.Modular_Io for the > Interface.Unsigned_64 type, e.g. > > package Uns_64_Io is > new Ada.Text_Io.Modular_IO (Interface.Unsigned_64); > > This package should meet your needs. > That was what I'm looking for. Now it works. Thanks a lot! Best regards, Norbert