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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,228dbf2f126edf08,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-19 00:20:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fr.usenet-edu.net!usenet-edu.net!deine.net!intgwpad.nntp.telstra.net!news.telstra.net!nsw.nnrp.telstra.net!not-for-mail From: "ProLogic" Newsgroups: comp.lang.ada Subject: ADA and return functions (Strings) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Original-NNTP-Posting-Host: 203.194.43.20 Message-ID: <3ce75220@news.comindico.com.au> X-Original-Trace: 19 May 2002 17:20:00 +1000, 203.194.43.20 Organization: Comindico Australia Pty Ltd Date: Sun, 19 May 2002 17:20:07 +1000 NNTP-Posting-Host: 203.194.27.1 X-Complaints-To: abuse@telstra.net X-Trace: nsw.nnrp.telstra.net 1021792798 203.194.27.1 (Sun, 19 May 2002 17:19:58 EST) NNTP-Posting-Date: Sun, 19 May 2002 17:19:58 EST Xref: archiver1.google.com comp.lang.ada:24367 Date: 2002-05-19T17:20:07+10:00 List-Id: Why does ADA return extra spaces in for example the following function... function getVersion return String is begin return Version.Major'img & "." & Version.Minor'img; end; thanks ProLogic