S
sam
Hi,
I write some of the code that work with big array. Is there any way
that I can dispose an array?
Example
Dim myArray() as integer
myArray=Big Array
Dim otherArray() as integer
otherArray=Other Big Array
myArray=otherArray
I know that the Big Array that was referred by myArray will be reclaimed
by Garbage Collection. But, can I "dispose" it like we do with an object?
TIA
Sam (Please pardon my English)
I write some of the code that work with big array. Is there any way
that I can dispose an array?
Example
Dim myArray() as integer
myArray=Big Array
Dim otherArray() as integer
otherArray=Other Big Array
myArray=otherArray
I know that the Big Array that was referred by myArray will be reclaimed
by Garbage Collection. But, can I "dispose" it like we do with an object?
TIA
Sam (Please pardon my English)