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,1116ece181be1aea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-02 02:19:44 PST Path: archiver1.google.com!news2.google.com!newsfeed.stanford.edu!news.uchicago.edu!yellow.newsread.com!netaxs.com!newsread.com!newsfeed.mathworks.com!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Is the Writing on the Wall for Ada? Date: Thu, 2 Oct 2003 09:19:43 +0000 (UTC) Organization: PVV Message-ID: References: <1064527575.648809@master.nyc.kbcfp.com> <3F739C1D.4030907@attbi.com> <3F78E850.8010401@comcast.net> <3F797748.3000203@noplace.com> <834clb.uan1.ln@skymaster> <3F7AC5B0.9080108@noplace.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1065086383 4317 129.241.83.78 (2 Oct 2003 09:19:43 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 2 Oct 2003 09:19:43 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:103 Date: 2003-10-02T09:19:43+00:00 List-Id: On 2003-10-01, Marin David Condic wrote: > O.K. But my question remains, "Does anybody use them in *practice*?" > When I've needed a record field for something like Person_Name and > wanted some fixed allocation on it, I use a String and if/when I needed > to know where the string stopped, I use a "Last_Non_Blank ()" function. How does a Last_Non_Blank () function work? Have you initialised the Strings with blanks? Preben