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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,252713cea9bdfef9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-13 01:44:30 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: c-kif-kif@eudoramail.com (c-kif-kif) Newsgroups: comp.lang.ada Subject: Re: convert integer base10 into base16 Date: 13 Feb 2002 01:44:30 -0800 Organization: http://groups.google.com/ Message-ID: <8fe5cfbb.0202130144.427d4497@posting.google.com> References: <8fe5cfbb.0202120405.19690c26@posting.google.com> NNTP-Posting-Host: 193.253.220.188 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1013593470 2376 127.0.0.1 (13 Feb 2002 09:44:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 Feb 2002 09:44:30 GMT Xref: archiver1.google.com comp.lang.ada:19965 Date: 2002-02-13T09:44:30+00:00 List-Id: Thanks for all your answers ! Ada.Integer_Text_IO.Put (To => Image_A, Item => A, Base => 16); was just what i was looking for. And thanks again for the details about how an integer is stored, independent of the reprensentation on screen. It works and i've learned a lot :-) c-kif-kif