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,85adbf2c85d62e36 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-02 06:23:14 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn14feed!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!attbi_s51.POSTED!not-for-mail From: Freejack Subject: Re: More Florist. Newsgroups: comp.lang.ada Message-ID: References: User-Agent: Pan/0.11.4 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: "Jeff C," NNTP-Posting-Host: 12.245.85.50 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s51 1067782993 12.245.85.50 (Sun, 02 Nov 2003 14:23:13 GMT) NNTP-Posting-Date: Sun, 02 Nov 2003 14:23:13 GMT Organization: Comcast Online Date: Sun, 02 Nov 2003 14:23:13 GMT Xref: archiver1.google.com comp.lang.ada:1923 Date: 2003-11-02T14:23:13+00:00 List-Id: On Sun, 02 Nov 2003 08:23:51 -0500, Jeff C, wrote: > Have you tried something like > > My_Storage : aliased Database_Array(1 .. 255); > > begin > XXX := Get_Network_Info_By_Name(Name => > The_Name_You_Already_Figured_Out, > Storage => > My_Storage'unchecked_access); > end; > > ....or something along those lines... I just tried that out, and I get some warnings, but that statement does compile. Havent been able to test it yet though. I'll post on that later. Freejack.