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,bf52245c1c52e2e9,start X-Google-Attributes: gid103376,public From: Ryuji Yokoyama Subject: End of a string???? Date: 2000/10/10 Message-ID: #1/1 X-Deja-AN: 679747203 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr05-en0.news.prodigy.com 971190246 3682163 209.255.50.182 (10 Oct 2000 15:04:06 GMT) Organization: Prodigy http://www.prodigy.com NNTP-Posting-Date: 10 Oct 2000 15:04:06 GMT Newsgroups: comp.lang.ada Date: 2000-10-10T15:04:06+00:00 List-Id: Hello all! How can I find the end of string in ada? Is there any special character at the end of line like C's \0? Or is there any function to find the length of a string like Java's Mystring.length()? I tried myString'length, but it just gives me the size of array.