Hi everyone, is there any reason that in this case intermediateArray will contain nothing when I've checked that tempArray does contain information. Both are declared as strings, and both are the same length.. The code is inside two loops to go through counter and counter2.
VB Code:
intermediateArray(counter, counter2) = tempArray(counter)(counter2)




Reply With Quote