Re: removing all elements in an array

2004-02-04 Thread wolf blaum
For Quality purpouses, Markham, Richard 's mail on Thursday 05 February 2004 04:27 may have been monitored or recorded as: > How can I simply remove all elements in an array, given that the array > is global and a procedure defines the elements to where the total > number of elements in this arra

Re: removing all elements in an array

2004-02-04 Thread Randy W. Sims
On 2/4/2004 10:27 PM, Markham, Richard wrote: How can I simply remove all elements in an array, given that the array is global and a procedure defines the elements to where the total number of elements in this array could be very well be less. I have tried @array = (); but this seems to affect t

Re: removing all elements in an array

2004-02-04 Thread Jeff 'japhy' Pinyan
On Feb 4, Markham, Richard said: >How can I simply remove all elements in an array, given that the array >is global and a procedure defines the elements to where the total >number of elements in this array could be very well be less. > >I have tried @array = (); but this seems to affect the arrary