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.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ebe24efcf73549b1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-07 10:25:32 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news2.telebyte.nl!news.completel.fr!ircam.fr!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "amado.alves" Newsgroups: comp.lang.ada Subject: RE: URGENT: inserting words into an array Date: Wed, 7 Jan 2004 18:23:05 -0000 Organization: Cuivre, Argent, Or Message-ID: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1073499802 43929 80.67.180.195 (7 Jan 2004 18:23:22 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 7 Jan 2004 18:23:22 +0000 (UTC) To: Return-Path: X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: URGENT: inserting words into an array Thread-Index: AcPVRVXByXvr93rCTT+x+YlmM9z3rQABHxGH X-OriginalArrivalTime: 07 Jan 2004 18:23:05.0906 (UTC) FILETIME=[4B4C4920:01C3D54B] X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.3 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:4184 Date: 2004-01-07T18:23:05+00:00 <<... as you can see there is a mixture of spaces and new lines and i would like every word in an array cell of it own. i have initialised the array to have 20 cells of string. is the intialisation correct or should it be character. >> Try an array of bounded strings (if you know generics), unbounded = strings (if you don't), or pointers to string.