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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fccea7ca608399cd X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad.newshosting.com!newshosting.com!novia!transit4.readnews.com!news-out.readnews.com!postnews3.readnews.com!not-for-mail Date: Thu, 15 Jan 2009 07:08:36 -0500 From: "Peter C. Chapin" User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Vector of Vectors. References: <496e8418$0$25733$4d3efbfe@news.sover.net> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <496f2743$0$25734$4d3efbfe@news.sover.net> Organization: SoVerNet (sover.net) NNTP-Posting-Host: 7852e11c.news.sover.net X-Trace: DXC=CA0]5Tndj??SoQbMV>2=O5K6_LM2JZB_3564M:2H^WV73?@`i3kGa5;hG8]_OYUA4 Jeffrey R. Carter wrote: >> Surely there must be a straight forward way to do this! > > I'd probably use Update_Element. Okay, thanks. That sounds like a reasonably approach. I don't mind the extra typing, honestly, and some extra "complexity" is also acceptable since this isn't something I need to do often (in general). Being straight forward conceptually is more important and Update_Element seems to satisfy that criteria. Thanks! Peter