From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.0 tests=BAYES_00,NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R.Carter" Newsgroups: comp.lang.ada Subject: Re: Integer_IO or Modular_IO with different base as default Date: Tue, 16 Nov 2021 00:10:05 +0100 Organization: A noiseless patient Spider Message-ID: References: <49db08e4-4380-4877-9e50-a986856c9821n@googlegroups.com> <09d82d22-aca1-4ff9-9e2a-33a180544f88n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 15 Nov 2021 23:10:07 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="2ca2cb45ceb0506a2c4aa9dcb9a1f6f5"; logging-data="24198"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/pgQxS4GvldBQhYmYxlT5tQd9pBPtf2so=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1 Cancel-Lock: sha1:smw3csfa6TI03eEVMjQtXvsn2Bk= In-Reply-To: <09d82d22-aca1-4ff9-9e2a-33a180544f88n@googlegroups.com> Content-Language: en-US Xref: reader02.eternal-september.org comp.lang.ada:63123 List-Id: On 2021-11-15 23:09, Ken Roberts wrote: > I was going to add before your reply that I'm trying to get output without the extra padding of showing the base. Ada.Text_IO.Integer_IO and Ada.Text_IO.Modular_IO both declare Default_Base : Number_Base := 10; This is a variable, so you can change it. However, that outputs in based-literal format. You can use PragmARC.Images (https://github.com/jrcarter/PragmARC) to obtain images in any base without the base information. Image width and zero filling are also provided. -- Jeff Carter "I spun around, and there I was, face to face with a six-year-old kid. Well, I just threw my guns down and walked away. Little bastard shot me in the ass." Blazing Saddles 40