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,36baec4d89e4ceb7,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-12 11:25:16 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: mabes180@aol.com (Sarah Thomas) Newsgroups: comp.lang.ada Subject: parse word from a string Date: 12 Nov 2002 11:25:16 -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 1037129116 23223 127.0.0.1 (12 Nov 2002 19:25:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 12 Nov 2002 19:25:16 GMT Xref: archiver1.google.com comp.lang.ada:30775 Date: 2002-11-12T19:25:16+00:00 List-Id: I'm new to Ada, can someone help me with this. I need to read a text file word by word. THe approach I took is to read each line of the text file and then parse the words out. I have read each line, now I have a hard time to parse the line into words and store them in an array. can someone help me with this. thanks