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, MSGID_RANDY 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: Robert Dewar Subject: Re: Strings Date: 2000/05/27 Message-ID: <8go4o4$mlt$1@nnrp1.deja.com>#1/1 X-Deja-AN: 627894719 References: <8gntbr$mei$2@news.cowan.edu.au> X-Http-Proxy: 1.0 x64.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Sat May 27 09:32:52 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-05-27T00:00:00+00:00 List-Id: In article <8gntbr$mei$2@news.cowan.edu.au>, "Karlene" wrote: > 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. A string can never contain integers, so this question is completely meaningless. I would suspect it is really a simple question about the logic of your assignment, something you need to figure out, rather than a language question. Sent via Deja.com http://www.deja.com/ Before you buy.