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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,228dbf2f126edf08 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-21 20:03:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!psinet-eu-nl!psiuk-p4!uknet!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: ADA and return functions (Strings) Date: Tue, 21 May 2002 08:52:52 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: References: <3ce75220@news.comindico.com.au> <5ee5b646.0205190630.237196b3@posting.google.com> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1021985574 2804 136.170.200.133 (21 May 2002 12:52:54 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 21 May 2002 12:52:54 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:24497 Date: 2002-05-21T12:52:54+00:00 List-Id: The idea has merit, but I'd still like to have an attribute that gave me what I want for the standard types without any effort on my part to override it. There might be times when I'd like to override 'Image with something of my own (and 'Value?) but when I just want quick & dirty conversion to a string - sans leading space - I'd hate to have to write code of my own. Otherwise why not simply encase Integer'Image(something) in an editing function? MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com "sk" wrote in message news:mailman.1021949581.28481.comp.lang.ada@ada.eu.org... > > I was thinking of for more complex types, > timestamps for example. >