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,e1db3171dee75056 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Strings Date: 2000/05/27 Message-ID: #1/1 X-Deja-AN: 627901561 Content-Transfer-Encoding: 7bit References: <8gntbr$mei$2@news.cowan.edu.au> X-Priority: 3 Content-Type: text/plain; charset="iso-8859-1" X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 959421280 158.252.122.228 (Sat, 27 May 2000 02:54:40 PDT) Organization: Ada95 Press, Inc. X-MSMail-Priority: Normal MIME-Version: 1.0 NNTP-Posting-Date: Sat, 27 May 2000 02:54:40 PDT Newsgroups: comp.lang.ada Date: 2000-05-27T00:00:00+00:00 List-Id: Karlene wrote in message news:8gntbr$mei$2@news.cowan.edu.au... > How can you validate a string (eg a name of a person) to check that it only > contains characters, not integers? I have tried exceptions in my program, > but it dosent seem to cover it. > Look at the character classification functions in the package Ada.Characters.Handling.