polarisking
Member
When I use ERASE in the forms of:
Erase arrTest, or
Erase arrTest()
the entire array structure is obliterated: the dimensions are gone, it looks just like another variable.
Right now, I'm looping through the dimensions and setting the values to whatever fits (0, "", etc.)
Any ideas? Thanks in advance.
Erase arrTest, or
Erase arrTest()
the entire array structure is obliterated: the dimensions are gone, it looks just like another variable.
Right now, I'm looping through the dimensions and setting the values to whatever fits (0, "", etc.)
Any ideas? Thanks in advance.