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,330113ca111da154 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-24 00:35:21 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!tar-alcarin.cbb-automation.DE!not-for-mail From: Dmitry A. Kazakov Newsgroups: comp.lang.ada Subject: Re: Hex ouput Date: Fri, 24 Oct 2003 09:36:24 +0200 Message-ID: References: <3F97F61A.13088097@raytheon.com> NNTP-Posting-Host: tar-alcarin.cbb-automation.de (212.79.194.111) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1066980919 32361519 212.79.194.111 (16 [77047]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:1576 Date: 2003-10-24T09:36:24+02:00 List-Id: On Thu, 23 Oct 2003 15:51:04 -0400, "Xenos" wrote: >Thanks for the link! Incidentally, You can strip the 16# and the trailing # >just by taking a slice. Assuming no leading or trailing spaced (Trim works >nicely), I just used: S(4 .. S'Length - 1) You might look at http://www.dmitry-kazakov.de/ada/strings_edit.htm which makes I/O for integer / float numbers without base specification. --- Regards, Dmitry Kazakov www.dmitry-kazakov.de