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,f3514db0a21f9b44 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!y38g2000prb.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Hexadecimal and stream element arrays Date: Mon, 19 Apr 2010 16:22:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: <32ac71bf-cd1e-4068-a0a6-9491b4750e8d@y38g2000prb.googlegroups.com> References: <2f4313a5-bb3d-4f7f-8a86-7c8f7d549c53@k41g2000yqf.googlegroups.com> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1271719360 1694 127.0.0.1 (19 Apr 2010 23:22:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 19 Apr 2010 23:22:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y38g2000prb.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:10082 Date: 2010-04-19T16:22:39-07:00 List-Id: On Apr 19, 12:28=A0pm, Warren wrote: > Jeffrey R. Carter expounded in news:e5748cb1-0e95-49ff-8616- > 6709c6dd7...@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 =A0 : out String; > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 Item : in Num; > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 Base : in Number_Base :=3D 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.. It got shoved in the back, behind that leftover chicken casserole that's been there way too long and needs to be thrown out. Hope this helps, -- Adam