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,d86a147e5da7c384,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-09 11:02:02 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: genx54321@hotmail.com (Jim) Newsgroups: comp.lang.ada Subject: Some general help with ADA Date: 9 Mar 2002 11:02:02 -0800 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 62.7.72.32 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1015700522 1711 127.0.0.1 (9 Mar 2002 19:02:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 9 Mar 2002 19:02:02 GMT Xref: archiver1.google.com comp.lang.ada:20985 Date: 2002-03-09T19:02:02+00:00 List-Id: how do you create a blank screen like the CLS command in Qbasic/DOS ? can you do it with text_io ? also how do i remove 'rows' in an array ? eg if an array is made up of 0..100, i add data into say 1, 2 and 3. How do i then delete 1,2,3 and be left with 4..100 ? is that possible ?