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,819faa6c1dfaa502 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-07 18:52:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.telusplanet.net!peer1-sjc1.usenetserver.com!usenetserver.com!pd2nf1so.cg.shawcable.net!residential.shaw.ca!news2.calgary.shaw.ca.POSTED!not-for-mail X-Trace-PostClient-IP: 24.68.22.66 From: "devine" Newsgroups: comp.lang.ada References: Subject: Re: Array help needed.. X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <6x%B8.41360$uE2.2786830@news2.calgary.shaw.ca> Date: Wed, 08 May 2002 01:52:02 GMT NNTP-Posting-Host: 24.69.255.206 X-Complaints-To: abuse@shaw.ca X-Trace: news2.calgary.shaw.ca 1020822722 24.69.255.206 (Tue, 07 May 2002 19:52:02 MDT) NNTP-Posting-Date: Tue, 07 May 2002 19:52:02 MDT Organization: Shaw Residential Internet Xref: archiver1.google.com comp.lang.ada:23685 Date: 2002-05-08T01:52:02+00:00 List-Id: I trying to do this. Read a file, check to see if their are words in the file and then put the words into an array. So I used 'a'..'z' to get a character so when it hits a space that would be the end of the word, it would move to the next character after the space.