Hi
I have an efs that dynamically manages some arrays. At some points I want to 'tidy' up the arrays which will involve deleting an element from anywhere in the array and re-sizing it ... so for example if i have an array with 100 elements I might want to delete the 25th element and then resize the array to 99. What is the best way to do this.
Many Thanks
Paul
I have an efs that dynamically manages some arrays. At some points I want to 'tidy' up the arrays which will involve deleting an element from anywhere in the array and re-sizing it ... so for example if i have an array with 100 elements I might want to delete the 25th element and then resize the array to 99. What is the best way to do this.
Many Thanks
Paul
Comment