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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e5221eea63340249,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-18 12:41:06 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: mabes180@aol.com (Sarah Thomas) Newsgroups: comp.lang.ada Subject: how to check if a string variable contains a number or string? Date: 18 Nov 2002 12:41:06 -0800 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 192.45.72.27 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1037652066 10537 127.0.0.1 (18 Nov 2002 20:41:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 18 Nov 2002 20:41:06 GMT Xref: archiver1.google.com comp.lang.ada:31068 Date: 2002-11-18T20:41:06+00:00 List-Id: I have an array of strings that I read in from a file. I want to check if each element in the array is a string or if it is a number. is there any predefined functions that would help do that? thanks