I have a variant array and i define it initially like the following:
I want to "clear" the contents of the array and start over populating it with other values. But i want the qty of entries in the array to stay the same.....and the data type as well.![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
i tried the following code but when it gets to the "2nd" For statement i get a run time error.
I found this code to clear the array on line. The code used a slightly different array type but i thought i could still use this with my variant type array. Her eis the orringal code which does not crash.
![]()
Please Login or Register to view this content.
Bookmarks