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,e38b3d31f83372db X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-25 00:30:32 PST From: "Martin Dowie" Newsgroups: comp.lang.ada References: Subject: Re: Natural to String without space? (newbie question) Date: Fri, 25 May 2001 08:30:54 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: sg2c11210.dsge.edinbr.gmav.gecm.com Message-ID: <3b0e0826$1@pull.gecm.com> X-Trace: 25 May 2001 08:22:14 GMT, sg2c11210.dsge.edinbr.gmav.gecm.com Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!dispose.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!sg2c11210.dsge.edinbr.gmav.gecm.com Xref: archiver1.google.com comp.lang.ada:7753 Date: 2001-05-25T08:30:54+01:00 List-Id: You're welcome, it's a nice little feature, isn't it? I was wuick surprised myself the first time I saw it. :-) Beard, Frank wrote in message news:mailman.990741393.31666.comp.lang.ada@ada.eu.org... > Well, you learn something new everyday. I didn't know you > could do a rename and default a parameter when the parent > function was not defaulted. > > Thanks for the info. > > Frank > > -----Original Message----- > From: Martin Dowie [mailto:martin.dowie@nospam.baesystems.com] > > or, > > function Trim (Value : String; > Side : Ada.Strings.Trim_End := Ada.Strings.Both) > return String renames Ada.Strings.Fixed.Trim;