W
Wes
Forgive the semi psuedo code.
Dim arr1(10), arr2(5)
arr1 is clear, arr2 is populated
Will this statement work?
arr1=arr2
If so, do arr1(6) to arr1(10) contain nulls?
Thxs
Dim arr1(10), arr2(5)
arr1 is clear, arr2 is populated
Will this statement work?
arr1=arr2
If so, do arr1(6) to arr1(10) contain nulls?
Thxs