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,start 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!newsfeed01.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: how to put Unsigned_64? Date: Mon, 30 Jan 2006 18:07:31 +0100 Organization: T-Online Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1138640851 02 31729 bylVvzBJgnOzGQj 060130 17:07:31 X-Complaints-To: usenet-abuse@t-online.de X-ID: EkXd1OZVwe+YEXSynGTVvPZCLVUAYbj6QvLyVHnMtDb+rWDFUKkY0h User-Agent: KNode/0.4 Xref: g2news1.google.com comp.lang.ada:2707 Date: 2006-01-30T18:07:31+01:00 List-Id: If I try to printout a variable of the type Unsigned_64 with the put statement (using Ada.Integer_IO), I get errors. Even though I use the item, width and base arguments within the put statement. Could somebody please give me an example that works? The variable type Unsigned_64 is included in the Interface package. I use the GNAT compiler. Thanks a lot for your help! Best regards, Norbert