Path: chuka.playstation.co.uk!news From: Chris Wallace Newsgroups: scee.yaroze.freetalk.english Subject: Destruction Of Arrays.... Date: Fri, 24 Mar 2000 19:50:31 +0000 Organization: PlayStation Net Yaroze (SCEE) Lines: 16 Message-ID: <38DBC707.49543F25@chilternmag.demon.co.uk> NNTP-Posting-Host: modem-135.emperor-angel.dialup.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en Hi, I've bean having a few problems with arrays lately. What I need to do is be able to create a new array, use it and then completely destroy it so that I can re-assign it new values later on. Most people would find a way arround it them selves but the array is kinda large [20480 ints] and therefore difficult to manipulate.... I can't do: array={0,0,0,0,0,0,0,0,1,1,1,....etc}; or array[1]=00; array[2]=[0]; as I have already tried them.... any ideas? Chris.