Hello loungers
MS Word VBA
Is there a recommended way of testing whether an array is empty?
I have a dynamic array which I later redim with redim Preserve
dim arName()
.
redim preserve arName(variable)
By empty I mean that no data at all has been written into it. The redim preserve has never been executed.
Regards and thanks
Geof