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=-0.1 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,f3514db0a21f9b44 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!newsfeed.straub-nv.de!feeder.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: Hexadecimal and stream element arrays Date: Mon, 19 Apr 2010 19:28:12 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <2f4313a5-bb3d-4f7f-8a86-7c8f7d549c53@k41g2000yqf.googlegroups.com> Injection-Date: Mon, 19 Apr 2010 19:28:12 +0000 (UTC) Injection-Info: news.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="28418"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/YHGW3PRbBPZCH9TpOHEFY/U7p0UNwk4M=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:g1uSGs4/5GyOPeJHnEIap4fVS/8= Xref: g2news2.google.com comp.lang.ada:11045 Date: 2010-04-19T19:28:12+00:00 List-Id: Jeffrey R. Carter expounded in news:e5748cb1-0e95-49ff-8616- 6709c6dd7c1f@q15g2000yqj.googlegroups.com: > On Apr 19, 11:05�am, Warren wrote: >> >> I've been interested in finding these ways to "Put" (Hex) to >> a string, instead of a File_Type. >> >> But what I've seen is that "Put" always involves a >> File_Type (or implies one). >> >> So what have I missed? � > > From A.10.8 (Input-Output for Integer Types): ... > procedure Put(To : out String; > Item : in Num; > Base : in Number_Base := Default_Base); > 19 > Outputs the value of the parameter Item to the given string, following > the same rule as for output to a file, using the length of the given > string as the value for Width. My apologies-- I see it now. I hate these dos names that gnat uses for the spec file names. I see the api now. Now if only I could find where the mayonnaise in the fridge is.. Warren