R
R Avery
Suppose i have
Dim vntArray1() as string,vntArray2() as string
is there anyway to swap the pointers of the two arrays? I want
vntarray1 to point to vntarray2's data and vice versa. I am OK if the
method requires the pointers to be re-swaped before de-allocation of the
array's memory.
Dim vntArray1() as string,vntArray2() as string
is there anyway to swap the pointers of the two arrays? I want
vntarray1 to point to vntarray2's data and vice versa. I am OK if the
method requires the pointers to be re-swaped before de-allocation of the
array's memory.