How do I empty the array from all inserted data?
So I can put new data in the array but always to the empty array?
How do I empty the array from all inserted data?
So I can put new data in the array but always to the empty array?
Redim arrWords(-1)
@DerekDiBenedetto Does this reduce the size of the array by 1 though? I believe that was an issue I had with it.
No. It reduces the size to zero.
For reference:
@Richard D does this applied to multidimensional array??
Yes.