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,46295b30ce38047c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-04 05:09:30 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: martin.dowie@btopenworld.com (Martin Dowie) Newsgroups: comp.lang.ada Subject: Re: Ada Configuration API for Unix and Windows Date: 4 Dec 2002 05:09:29 -0800 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1039007369 30159 127.0.0.1 (4 Dec 2002 13:09:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 4 Dec 2002 13:09:29 GMT Xref: archiver1.google.com comp.lang.ada:31413 Date: 2002-12-04T13:09:29+00:00 List-Id: Stephen Leake wrote in message news:... > > I'm guessing but it could be to ensure the user has a second look and > > doesn't > > get their 'keys' and 'values' the wrong way round (as both would be > > strings)... > > Hmph. That's what named association is for: > > Put (reg, Key => "A_Key", Value => "A Value"); Yes, but I still find some engineers who don't use it. Presumably as it it more typing for their fingers! Never mind the how useful the feature is. :-( Perhaps this wasn't the reason, I was just guessing after all.