Nullifying an Array

mjcoon

Well-Known Member
Licensed User
The help for keyword "Array" says: "However the size of the array can be set to 0 as the Array keyword will reinitialize the array."

I think that this really means that the array can be declared to have a size of zero since the size can be altered dynamically, for instance and not excusively by use of the Array keyword. There is nothing special about zero size in this context.

But I would like to set the size dynamically to zero and I cannot find a way of doing this. It seems I am not allowed to use "Array()" to do this.

Regards, Mike.
 
Top