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,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b1eee69712c08551,start X-Google-Attributes: gid103376,public From: "Florian Paulus" Subject: how to reverse output of a line using ada Date: 2000/11/21 Message-ID: <8ve870$4fkkm$1@ID-62217.news.dfncis.de>#1/1 X-Deja-AN: 696219506 X-Trace: fu-berlin.de 974824481 4706966 213.21.13.101 (16 [62217]) X-MSMail-Priority: Normal X-Priority: 3 Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Date: 2000-11-21T00:00:00+00:00 List-Id: Hi everybody! I got the following task: my program shall read a line and display it reversed. e.g. "World" should become "dlroW" is there any way to do this in Ada? i couldn't find any hint throughout the net. just something like in reverse but i don't know how to use this. thank you in advance Florian Paulus