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 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!news1.google.com!news3.google.com!news.glorb.com!newsfeed-east.nntpserver.com!nntpserver.com!statler.nntpserver.com!news-west.rr.com!news-feed-01.rdc-kc.rr.com!news.rr.com!cyclone2.kc.rr.com!news2.kc.rr.com!tornado.socal.rr.com.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada Subject: Re: how to put Unsigned_64? References: From: Keith Thompson Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:ri9cp0PBc02BGmbwkvWF19KcE18= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 30 Jan 2006 19:35:41 GMT NNTP-Posting-Host: 66.75.136.120 X-Complaints-To: abuse@rr.com X-Trace: tornado.socal.rr.com 1138649741 66.75.136.120 (Mon, 30 Jan 2006 11:35:41 PST) NNTP-Posting-Date: Mon, 30 Jan 2006 11:35:41 PST Organization: Road Runner High Speed Online http://www.rr.com Xref: g2news1.google.com comp.lang.ada:2712 Date: 2006-01-30T19:35:41+00:00 List-Id: Norbert Caspari writes: > 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. For future reference, if you have a problem like this you need to provide more information. Show us the code that's failing (don't re-type it, copy-and-paste the *exact* code). Don't tell us "I get errors", *show us* the actual error messages. This question happened to be an easy one, but your next one may not be, and you'll save us all a lot of time if we don't have to ask for more information. -- Keith Thompson (The_Other_Keith) kst-u@mib.org San Diego Supercomputer Center <*> We must do something. This is something. Therefore, we must do this.