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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7e29322ee367c19d X-Google-Attributes: gid103376,public From: Bryce Bardin Subject: Re: Unchecked_Conversion on different sized types -- problem? Date: 2000/01/14 Message-ID: <387E712A.F644BDAC@home.com>#1/1 X-Deja-AN: 572352975 Content-Transfer-Encoding: 7bit References: <387E574A.146BD794@home.com> X-Accept-Language: en,en-GB,en-US,fr,fr-BE,fr-CA,fr-FR,fr-CH,de,de-AT,de-DE,de-CH,it,es,es-AR,es-CO,es-MX,es-ES Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@home.net X-Trace: news1.alsv1.occa.home.com 947810600 24.7.50.190 (Thu, 13 Jan 2000 16:43:20 PST) Organization: @Home Network MIME-Version: 1.0 NNTP-Posting-Date: Thu, 13 Jan 2000 16:43:20 PST Newsgroups: comp.lang.ada Date: 2000-01-14T00:00:00+00:00 List-Id: Mike Silva wrote: > > Mike Silva wrote in message ... > > Disregard the nonsense I just wrote -- I guess I wasn't paying close > attention to what I was responding to. My *new* response is that such a > translation array just seems like an extra layer, but maybe it is a better > solution than UC. > > Mike > > >This seems "busy", but my biggest objection would be having to enter the > >same data twice (and keeping both sets consistent) -- isn't that always a > >rich source of errors? > > > >Mike > > > > > > The purpose of the "extra" layer is to improve efficiency (by avoiding the cost of repeated format conversion). Note also that your solution needs better format control to actually work, because you don't want to send the leading blanks to the ANSI terminal: Put(..., Width => 0);