Hello
I apologise if this has been answered elsewhere, but I could not find it.
Say I have an array with 12 elements and I want to erase the 5th element, is there a way I can do this in VB6?
The only way I can think of is looping through the remaining 7 and reassigning them to an index 1 less than they already are (eg tmpArray(5) = tmparray(7-1)).
Thanks
I apologise if this has been answered elsewhere, but I could not find it.
Say I have an array with 12 elements and I want to erase the 5th element, is there a way I can do this in VB6?
The only way I can think of is looping through the remaining 7 and reassigning them to an index 1 less than they already are (eg tmpArray(5) = tmparray(7-1)).
Thanks