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,f6e761c7f5b11579 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-03 19:13:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!wn2feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc53.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: <4519e058.0204030759.1cc7f299@posting.google.com> Subject: Re: C Interface 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 Message-ID: <3xPq8.167588$af7.82363@rwcrnsc53> NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1017889983 12.225.227.101 (Thu, 04 Apr 2002 03:13:03 GMT) NNTP-Posting-Date: Thu, 04 Apr 2002 03:13:03 GMT Organization: AT&T Broadband Date: Thu, 04 Apr 2002 03:13:03 GMT Xref: archiver1.google.com comp.lang.ada:22074 Date: 2002-04-04T03:13:03+00:00 List-Id: Have a look at the standard package Interfaces.C.Strings. BTW: It seems odd that you're using the C library to manipulate strings in Ada. SteveD "Henrik Quintel" wrote in message news:a8fklk$rqhgc$1@ID-79136.news.dfncis.de... > Dear all, > I have found the solution to display the result of the strcpy program: > Put_Line(To_ada(Chars1); > > But now I have the problem that I cannot make use of the operation strlen to > get the length of the string Chars1. > > Perhaps someone knows a solution. > > Thanks in advance, > > Yours Henrik > >