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,fbb7003b9d2e8c21,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-04 11:35:48 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: devine@linuxmail.org (devine) Newsgroups: comp.lang.ada Subject: how to read a file into a array??? Date: 4 May 2002 11:35:48 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 24.68.22.66 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1020537348 20228 127.0.0.1 (4 May 2002 18:35:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 4 May 2002 18:35:48 GMT Xref: archiver1.google.com comp.lang.ada:23545 Date: 2002-05-04T18:35:48+00:00 List-Id: I'm having some problems reading a file into a array. Say the file has the line This is a test, how can i read each word of the file into a array? an example would be helpful. thanks.