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
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
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